]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-uniphier/arm64/Makefile
ARM: uniphier: add PH1-LD20 SoC support
[people/ms/u-boot.git] / arch / arm / mach-uniphier / arm64 / Makefile
1 #
2 # SPDX-License-Identifier: GPL-2.0+
3 #
4
5 ifdef CONFIG_SPL_BUILD
6 obj-y += timer.o
7 else
8 obj-y += mem_map.o smp.o smp_kick_cpus.o
9 obj-$(CONFIG_ARCH_UNIPHIER_LD20) += arm-cci500.o
10 endif