diff options
Diffstat (limited to 'board/shannon/Makefile')
-rw-r--r-- | board/shannon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/shannon/Makefile b/board/shannon/Makefile index 86098a3..f66b096 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) |