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