mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
9d0c2ceb35
This is the first ARMv8 SoC from Socionext Inc. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
10 lines
182 B
Makefile
10 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
|