SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2003
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 extra-y := start.o
7
8 obj-y   += cache_v7.o cache_v7_asm.o
9
10 obj-y   += cpu.o cp15.o
11 obj-y   += syslib.o
12
13 ifneq ($(CONFIG_SKIP_LOWLEVEL_INIT),y)
14 obj-y   += lowlevel_init.o
15 endif
16
17 obj-$(CONFIG_ARM_SMCCC)         += smccc-call.o
18 obj-$(CONFIG_ARMV7_NONSEC)      += nonsec_virt.o virt-v7.o virt-dt.o
19 obj-$(CONFIG_ARMV7_PSCI)        += psci.o psci-common.o
20
21 obj-$(CONFIG_IPROC) += iproc-common/
22 obj-$(CONFIG_KONA) += kona-common/
23 obj-$(CONFIG_SYS_ARCH_TIMER) += arch_timer.o
24
25 ifneq (,$(filter s5pc1xx exynos,$(SOC)))
26 obj-y += s5p-common/
27 endif
28
29 obj-$(if $(filter bcm235xx,$(SOC)),y) += bcm235xx/
30 obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/
31 obj-$(if $(filter bcmcygnus,$(SOC)),y) += bcmcygnus/
32 obj-$(if $(filter bcmnsp,$(SOC)),y) += bcmnsp/
33 obj-$(if $(filter ls102xa,$(SOC)),y) += ls102xa/
34 obj-$(CONFIG_RMOBILE) += rmobile/
35 obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/
36 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
37 obj-$(CONFIG_VF610) += vf610/