From 83983d6a761a3a07ddb6a6de12bd9000d06a84bd Mon Sep 17 00:00:00 2001 From: Jingchang Lu Date: Mon, 2 Jul 2012 17:18:47 +0800 Subject: Add arch support for Vybrid platform Signed-off-by: TsiChung Liew --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3