arm: socfpga: Enable all FPGA config support for Arria 10
[platform/kernel/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
9 ifdef CONFIG_ARMV8_MULTIENTRY
10 obj-y += smp.o smp_kick_cpus.o
11 obj-$(CONFIG_ARCH_UNIPHIER_LD20) += arm-cci500.o
12 else
13 obj-$(CONFIG_ARCH_UNIPHIER_LD20) += lowlevel_init.o
14 endif
15 endif