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