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