summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/Makefile
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/Makefile
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/Makefile')
-rw-r--r--arch/arm/cpu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile
new file mode 100644
index 0000000000..fd0da530e1
--- /dev/null
+++ b/arch/arm/cpu/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_TEGRA) += $(SOC)-common/
+obj-$(CONFIG_TEGRA) += tegra-common/
OpenPOWER on IntegriCloud