summaryrefslogtreecommitdiff
path: root/board/integratorap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/integratorap/Makefile')
-rw-r--r--board/integratorap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/integratorap/Makefile b/board/integratorap/Makefile
index 00336aa77..154d1afed 100644
--- a/board/integratorap/Makefile
+++ b/board/integratorap/Makefile
@@ -30,7 +30,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := integratorap.o flash.o
-SOBJS := platform.o
+SOBJS := platform.o memsetup.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $^
@@ -49,3 +49,4 @@ distclean: clean
-include .depend
#########################################################################
+