summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-08-30 13:09:35 -0700
committerSimon Glass <sjg@chromium.org>2011-09-09 16:25:32 -0700
commit3e0b94b7749377b21c6439035095ff27086a8377 (patch)
treed33c4fc28332f12ea1594c56221a3acbb615fde0 /Makefile
parent5e233dd81ddde6d72151499e4a7591e8b6332ddb (diff)
tegra: Move tegra2 files into tegra-common
This code is required for Tegra30 also, so we move it into a common directory. BUG=chromium-os:19004 TEST=build and boot on Seaboard Change-Id: I9af13892861f54c0d7da6d4f9ee0715bc5ab6357 Reviewed-on: http://gerrit.chromium.org/gerrit/7124 Reviewed-by: Yen Lin <yelin@nvidia.com> Reviewed-by: Tom Warren <twarren@nvidia.com> Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e3d566ee5..d4b633e9b9 100644
--- a/Makefile
+++ b/Makefile
@@ -304,6 +304,11 @@ ifeq ($(SOC),s5pc2xx)
LIBS += $(CPUDIR)/s5p-common/libs5p-common.o
endif
+ifeq ($(SOC),tegra2)
+LIBS += $(CPUDIR)/tegra-common/libtegra-common.o
+endif
+
+
LIBS := $(addprefix $(obj),$(sort $(LIBS)))
.PHONY : $(LIBS) $(TIMESTAMP_FILE)