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