]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/cpu/armv8/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / cpu / armv8 / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
0ae76531
DF
2#
3# (C) Copyright 2000-2003
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
0ae76531
DF
5
6extra-y := start.o
7
8obj-y += cpu.o
e9e5d9d2 9ifndef CONFIG_$(SPL_TPL_)TIMER
7842b6a9 10obj-$(CONFIG_SYS_ARCH_TIMER) += generic_timer.o
e9e5d9d2 11endif
0ae76531
DF
12obj-y += cache_v8.o
13obj-y += exceptions.o
14obj-y += cache.o
15obj-y += tlb.o
0ae76531 16obj-y += transition.o
a5b9fa30 17obj-y += fwcall.o
45684ae3 18obj-y += cpu-dt.o
c54bcf68
MY
19obj-$(CONFIG_ARM_SMCCC) += smccc-call.o
20
6b6024ea
MY
21ifndef CONFIG_SPL_BUILD
22obj-$(CONFIG_ARMV8_SPIN_TABLE) += spin_table.o spin_table_v8.o
23endif
0897eb2c 24obj-$(CONFIG_$(SPL_)ARMV8_SEC_FIRMWARE_SUPPORT) += sec_firmware.o sec_firmware_asm.o
165ecd26 25
9f3183d2 26obj-$(CONFIG_FSL_LAYERSCAPE) += fsl-layerscape/
9702ec00 27obj-$(CONFIG_S32V234) += s32v234/
0b54a9dd 28obj-$(CONFIG_ARCH_ZYNQMP) += zynqmp/
8a954eb6 29obj-$(CONFIG_TARGET_HIKEY) += hisilicon/
14bf25d5 30obj-$(CONFIG_ARMV8_PSCI) += psci.o
aa9226f0 31obj-$(CONFIG_ARCH_SUNXI) += lowlevel_init.o