diff options
Diffstat (limited to 'board/siemens/SCM/Makefile')
-rw-r--r-- | board/siemens/SCM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/SCM/Makefile b/board/siemens/SCM/Makefile index b7e26ff..af646e4 100644 --- a/board/siemens/SCM/Makefile +++ b/board/siemens/SCM/Makefile @@ -30,7 +30,7 @@ OBJS = scm.o flash.o fpga_scm.o ../common/fpga.o \ $(LIB): .depend $(OBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) ######################################################################### |