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