]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/Makefile
Merge git://git.denx.de/u-boot-fsl-qoriq
[people/ms/u-boot.git] / 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_AM43XX)$(CONFIG_AM33XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX)$(CONFIG_TEGRA)$(CONFIG_MX6)$(CONFIG_MX7)$(CONFIG_TI81XX)$(CONFIG_AT91FAMILY)$(CONFIG_SUNXI)$(CONFIG_ARCH_SOCFPGA),)
16 ifneq ($(CONFIG_SKIP_LOWLEVEL_INIT),y)
17 obj-y += lowlevel_init.o
18 endif
19 endif
20
21 obj-$(CONFIG_ARMV7_NONSEC) += nonsec_virt.o virt-v7.o virt-dt.o
22 obj-$(CONFIG_ARMV7_PSCI) += psci.o psci-common.o
23
24 obj-$(CONFIG_IPROC) += iproc-common/
25 obj-$(CONFIG_KONA) += kona-common/
26 obj-$(CONFIG_OMAP_COMMON) += omap-common/
27 obj-$(CONFIG_SYS_ARCH_TIMER) += arch_timer.o
28
29 ifneq (,$(filter s5pc1xx exynos,$(SOC)))
30 obj-y += s5p-common/
31 endif
32
33 obj-$(if $(filter am33xx,$(SOC)),y) += am33xx/
34 obj-$(if $(filter bcm235xx,$(SOC)),y) += bcm235xx/
35 obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/
36 obj-$(if $(filter bcmcygnus,$(SOC)),y) += bcmcygnus/
37 obj-$(if $(filter bcmnsp,$(SOC)),y) += bcmnsp/
38 obj-$(if $(filter ls102xa,$(SOC)),y) += ls102xa/
39 obj-$(if $(filter mx5,$(SOC)),y) += mx5/
40 obj-$(CONFIG_MX6) += mx6/
41 obj-$(CONFIG_MX7) += mx7/
42 obj-$(CONFIG_OMAP34XX) += omap3/
43 obj-$(CONFIG_OMAP44XX) += omap4/
44 obj-$(CONFIG_OMAP54XX) += omap5/
45 obj-$(CONFIG_RMOBILE) += rmobile/
46 obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/
47 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
48 obj-$(CONFIG_VF610) += vf610/