summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm720t
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-17 20:38:54 +0900
committerTom Rini <trini@ti.com>2013-10-31 13:26:44 -0400
commit37d82beb57fa5ff2cee42b7caebfbb9f6c2c3f42 (patch)
tree0bfea51031b27665ec385a026e7bb6d92e2f8407 /arch/arm/cpu/arm720t
parente82004bc68cba738b316897bd7a31191ab19f04f (diff)
downloadtalos-obmc-uboot-37d82beb57fa5ff2cee42b7caebfbb9f6c2c3f42.tar.gz
talos-obmc-uboot-37d82beb57fa5ff2cee42b7caebfbb9f6c2c3f42.zip
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>
Diffstat (limited to 'arch/arm/cpu/arm720t')
-rw-r--r--arch/arm/cpu/arm720t/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm720t/Makefile b/arch/arm/cpu/arm720t/Makefile
index 243a123378..6badb3bb84 100644
--- a/arch/arm/cpu/arm720t/Makefile
+++ b/arch/arm/cpu/arm720t/Makefile
@@ -7,3 +7,5 @@
extra-y = start.o
obj-y = interrupts.o cpu.o
+
+obj-$(CONFIG_TEGRA) += tegra-common/
OpenPOWER on IntegriCloud