From 37d82beb57fa5ff2cee42b7caebfbb9f6c2c3f42 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 17 Oct 2013 20:38:54 +0900 Subject: 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 Cc: Tom Warren --- arch/arm/cpu/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/arm/cpu/Makefile (limited to 'arch/arm/cpu/Makefile') 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/ -- cgit