diff options
Diffstat (limited to 'board/scb9328/Makefile')
-rw-r--r-- | board/scb9328/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/scb9328/Makefile b/board/scb9328/Makefile index 212efcc..5dc3fd4 100644 --- a/board/scb9328/Makefile +++ b/board/scb9328/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := scb9328.o flash.o -SOBJS := memsetup.o +SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^ |