summaryrefslogtreecommitdiffstats
path: root/board/integratorcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/integratorcp/Makefile')
-rw-r--r--board/integratorcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/integratorcp/Makefile b/board/integratorcp/Makefile
index 9c97237e5e..3d589fcd5a 100644
--- a/board/integratorcp/Makefile
+++ b/board/integratorcp/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := integratorcp.o flash.o
-SOBJS := platform.o
+SOBJS := lowlevel_init.o memsetup.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $^
OpenPOWER on IntegriCloud