9 lines
173 B
Makefile
9 lines
173 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y += cpu.o
|
|
obj-y += lowlevel_init.o
|
|
obj-y += boot_param.o
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += spl.o
|
|
obj-$(CONFIG_CMD_AICUPG) += upg_detect.o
|