summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-09-29 17:00:16 -0700
committerSimon Glass <sjg@chromium.org>2011-10-06 20:45:03 -0700
commit4504ae32111939ebfa4141a7167f131bbb7213c8 (patch)
tree7528849a65de1eb911c0f32b6156fa42f0bc0d60 /Makefile
parent24f284448bc27727c291c0840e67003aa45cb450 (diff)
tegra3: Add Tegra SOC library to T30 also
This common library is used by both Tegra2 and Tegra3 seriesl SOCs. BUG=chromium-os:21033 TEST=build and boot on seaboard Change-Id: I3c43dbb24c341abe9865b5113898bf07eea16aeb Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: http://gerrit.chromium.org/gerrit/8694
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4b633e9b9..1f3fc855f6 100644
--- a/Makefile
+++ b/Makefile
@@ -307,6 +307,9 @@ endif
ifeq ($(SOC),tegra2)
LIBS += $(CPUDIR)/tegra-common/libtegra-common.o
endif
+ifeq ($(SOC),tegra3)
+LIBS += $(CPUDIR)/tegra-common/libtegra-common.o
+endif
LIBS := $(addprefix $(obj),$(sort $(LIBS)))