]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv7/Makefile
b14ee54519db4a31be6cbd843ff0e398b1819953
[u-boot] / arch / arm / cpu / armv7 / 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   += cache_v7.o cache_v7_asm.o
11
12 obj-y   += cpu.o cp15.o
13 obj-y   += syslib.o
14
15 ifneq ($(CONFIG_SKIP_LOWLEVEL_INIT),y)
16 obj-y   += lowlevel_init.o
17 endif
18
19 obj-$(CONFIG_ARM_SMCCC)         += smccc-call.o
20 obj-$(CONFIG_ARMV7_NONSEC)      += nonsec_virt.o virt-v7.o virt-dt.o
21 obj-$(CONFIG_ARMV7_PSCI)        += psci.o psci-common.o
22
23 obj-$(CONFIG_IPROC) += iproc-common/
24 obj-$(CONFIG_KONA) += kona-common/
25 obj-$(CONFIG_SYS_ARCH_TIMER) += arch_timer.o
26
27 ifneq (,$(filter s5pc1xx exynos,$(SOC)))
28 obj-y += s5p-common/
29 endif
30
31 obj-$(if $(filter bcm235xx,$(SOC)),y) += bcm235xx/
32 obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/
33 obj-$(if $(filter bcmcygnus,$(SOC)),y) += bcmcygnus/
34 obj-$(if $(filter bcmnsp,$(SOC)),y) += bcmnsp/
35 obj-$(if $(filter ls102xa,$(SOC)),y) += ls102xa/
36 obj-$(CONFIG_RMOBILE) += rmobile/
37 obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/
38 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
39 obj-$(CONFIG_VF610) += vf610/