diff options
Diffstat (limited to 'board/v37/Makefile')
-rw-r--r-- | board/v37/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/v37/Makefile b/board/v37/Makefile index baecac9..7a17067 100644 --- a/board/v37/Makefile +++ b/board/v37/Makefile @@ -28,7 +28,7 @@ LIB = lib$(BOARD).a OBJS = $(BOARD).o flash.o $(LIB): .depend $(OBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) ######################################################################### |