ARM: tegra: move Tegra specific code under arch/arm/

This patch moves Tegra specific directory entries
from the toplevel Makefile and spl/Makefile
to arch/arm/cpu/*/Makefile using Kbuild descending feature.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Warren <TWarren@nvidia.com>
This commit is contained in:
Masahiro Yamada
2013-10-17 20:38:54 +09:00
committed by Tom Rini
parent e82004bc68
commit 37d82beb57
5 changed files with 8 additions and 10 deletions

2
arch/arm/cpu/Makefile Normal file
View File

@@ -0,0 +1,2 @@
obj-$(CONFIG_TEGRA) += $(SOC)-common/
obj-$(CONFIG_TEGRA) += tegra-common/

View File

@@ -7,3 +7,5 @@
extra-y = start.o
obj-y = interrupts.o cpu.o
obj-$(CONFIG_TEGRA) += tegra-common/

View File

@@ -20,3 +20,5 @@ ifneq ($(CONFIG_ARMV7_NONSEC)$(CONFIG_ARMV7_VIRT),)
obj-y += nonsec_virt.o
obj-y += virt-v7.o
endif
obj-$(CONFIG_TEGRA) += tegra-common/