From 3064f322783241f83b8e25b5acdd97a0d898a970 Mon Sep 17 00:00:00 2001 From: Tom Warren Date: Wed, 19 Sep 2012 14:08:52 -0700 Subject: Tegra20: Move some code files to common directories for upcoming Tegra30 patches. Move files that are going to be common between T20 and T30 into 'tegra-common' subdirs in AVP (arm720t), CPU (armv7), and shared (arch/arm/cpu/.) areas. Any files that are left behind in '/tegra20' will be copied to '/tegra30' subdirs and modified for that SoC. The 'common' files should need only minor changes. Include files (arch/arm/include/asm/arch-tegra/tegra20) will be done in a follow-on patch. Builds fine w/MAKEALL -s tegra20. Checkpatch.pl is clean. Signed-off-by: Tom Warren --- spl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spl/Makefile') diff --git a/spl/Makefile b/spl/Makefile index e9d0ec4c9a..92267d6dea 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -67,6 +67,8 @@ endif ifeq ($(SOC),tegra20) LIBS-y += arch/$(ARCH)/cpu/$(SOC)-common/lib$(SOC)-common.o +LIBS-y += arch/$(ARCH)/cpu/tegra-common/libcputegra-common.o +LIBS-y += $(CPUDIR)/tegra-common/libtegra-common.o endif # Add GCC lib -- cgit v1.2.1