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