]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv8/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
[u-boot] / arch / arm / cpu / armv8 / Makefile
1 #
2 # (C) Copyright 2000-2003
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 extra-y := start.o
9
10 obj-y   += cpu.o
11 ifndef CONFIG_$(SPL_TPL_)TIMER
12 obj-y   += generic_timer.o
13 endif
14 obj-y   += cache_v8.o
15 obj-y   += exceptions.o
16 obj-y   += cache.o
17 obj-y   += tlb.o
18 obj-y   += transition.o
19 obj-y   += fwcall.o
20 obj-y   += cpu-dt.o
21 obj-$(CONFIG_ARM_SMCCC)         += smccc-call.o
22
23 ifndef CONFIG_SPL_BUILD
24 obj-$(CONFIG_ARMV8_SPIN_TABLE) += spin_table.o spin_table_v8.o
25 endif
26 obj-$(CONFIG_$(SPL_)ARMV8_SEC_FIRMWARE_SUPPORT) += sec_firmware.o sec_firmware_asm.o
27
28 obj-$(CONFIG_FSL_LAYERSCAPE) += fsl-layerscape/
29 obj-$(CONFIG_S32V234) += s32v234/
30 obj-$(CONFIG_ARCH_ZYNQMP) += zynqmp/
31 obj-$(CONFIG_TARGET_HIKEY) += hisilicon/
32 obj-$(CONFIG_ARMV8_PSCI) += psci.o
33 obj-$(CONFIG_ARCH_SUNXI) += lowlevel_init.o