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