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/armv7/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/cpu/armv7/Makefile') diff --git a/arch/arm/cpu/armv7/Makefile b/arch/arm/cpu/armv7/Makefile index 8a8b602741..2c17322f0c 100644 --- a/arch/arm/cpu/armv7/Makefile +++ b/arch/arm/cpu/armv7/Makefile @@ -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/ -- cgit v1.2.1