]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/siemens/IAD210/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / siemens / IAD210 / Makefile
index 0982e7c1450525ddf8b7ef3ccd82482d59d7e1c6..87a68937205c3cd3429f242973ae7915d5affdd4 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o atm.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################