]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/Makefile
2c17322f0c6081a2da549471fcf84d0adc07c2f0
[karo-tx-uboot.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
11
12 obj-y   += cpu.o
13 obj-y   += syslib.o
14
15 ifneq ($(CONFIG_AM43XX)$(CONFIG_AM33XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX)$(CONFIG_TEGRA)$(CONFIG_MX6)$(CONFIG_TI81XX),)
16 obj-y   += lowlevel_init.o
17 endif
18
19 ifneq ($(CONFIG_ARMV7_NONSEC)$(CONFIG_ARMV7_VIRT),)
20 obj-y   += nonsec_virt.o
21 obj-y   += virt-v7.o
22 endif
23
24 obj-$(CONFIG_TEGRA) += tegra-common/