summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJingchang Lu <b35083@freescale.com>2012-07-02 17:18:47 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-07 15:22:42 -0400
commit83983d6a761a3a07ddb6a6de12bd9000d06a84bd (patch)
tree435aab16436aa417a14657ea22ccc0d3ba7835cf /Makefile
parent85c344e5f98408c0bcf988a6c6fca68c1f3c2015 (diff)
Add arch support for Vybrid platform
Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 144613184b..fd5b7d0ed3 100644
--- a/Makefile
+++ b/Makefile
@@ -304,6 +304,9 @@ endif
ifeq ($(SOC),mx6)
LIBS += $(CPUDIR)/imx-common/libimx-common.o
endif
+ifeq ($(SOC),vybrid)
+LIBS += $(CPUDIR)/vybrid-common/libvybrid-common.o
+endif
ifeq ($(SOC),s5pc1xx)
LIBS += $(CPUDIR)/s5p-common/libs5p-common.o