mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
11 lines
182 B
Makefile
11 lines
182 B
Makefile
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += timer.o
|
||
|
else
|
||
|
obj-y += mem_map.o smp.o smp_kick_cpus.o
|
||
|
obj-$(CONFIG_ARCH_UNIPHIER_LD20) += arm-cci500.o
|
||
|
endif
|