summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-17 20:38:55 +0900
committerTom Rini <trini@ti.com>2013-10-31 13:26:44 -0400
commit3c5edd8ca594c73162ef01c45dbf4ea6f7148003 (patch)
treec9493a055a5d73e64e4431770f6a06f21b32c108 /arch/arm/cpu/armv7/Makefile
parent37d82beb57fa5ff2cee42b7caebfbb9f6c2c3f42 (diff)
downloadblackbird-obmc-uboot-3c5edd8ca594c73162ef01c45dbf4ea6f7148003.tar.gz
blackbird-obmc-uboot-3c5edd8ca594c73162ef01c45dbf4ea6f7148003.zip
ARM: omap: move OMAP specific code under arch/arm/
This patch moves OMAP specific directory entries from the toplevel Makefile and spl/Makefile to arch/arm/cpu/armv7/Makefile using Kbuild descending feature. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/Makefile')
-rw-r--r--arch/arm/cpu/armv7/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/Makefile b/arch/arm/cpu/armv7/Makefile
index 2c17322f0c..a5d5bf3b6c 100644
--- a/arch/arm/cpu/armv7/Makefile
+++ b/arch/arm/cpu/armv7/Makefile
@@ -13,12 +13,15 @@ obj-y += cpu.o
obj-y += syslib.o
ifneq ($(CONFIG_AM43XX)$(CONFIG_AM33XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX)$(CONFIG_TEGRA)$(CONFIG_MX6)$(CONFIG_TI81XX),)
+ifneq ($(CONFIG_SKIP_LOWLEVEL_INIT),y)
obj-y += lowlevel_init.o
endif
+endif
ifneq ($(CONFIG_ARMV7_NONSEC)$(CONFIG_ARMV7_VIRT),)
obj-y += nonsec_virt.o
obj-y += virt-v7.o
endif
+obj-$(CONFIG_OMAP_COMMON) += omap-common/
obj-$(CONFIG_TEGRA) += tegra-common/
OpenPOWER on IntegriCloud