]> git.sur5r.net Git - u-boot/blobdiff - Makefile
ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx
[u-boot] / Makefile
index 9cea069980a42de677de5d6d8d18f0e71b3cca60..47f4e7d5ab0b3fd644a8a9d99be58eb681b30ef8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -253,6 +253,13 @@ ifeq ($(SOC),omap4)
 LIBS += $(CPUDIR)/omap-common/libomap-common.a
 endif
 
+ifeq ($(SOC),s5pc1xx)
+LIBS += $(CPUDIR)/s5p-common/libs5p-common.a
+endif
+ifeq ($(SOC),s5pc2xx)
+LIBS += $(CPUDIR)/s5p-common/libs5p-common.a
+endif
+
 LIBS := $(addprefix $(obj),$(LIBS))
 .PHONY : $(LIBS) $(TIMESTAMP_FILE) $(VERSION_FILE)