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