summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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