summaryrefslogtreecommitdiff
path: root/board/mx1ads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/mx1ads/Makefile')
-rw-r--r--board/mx1ads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mx1ads/Makefile b/board/mx1ads/Makefile
index 72f850d9ce..3e805feb40 100644
--- a/board/mx1ads/Makefile
+++ b/board/mx1ads/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := mx1ads.o syncflash.o
-SOBJS := memsetup.o
+SOBJS := lowlevel_init.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS) $(SOBJS)