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