]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/a3000/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / a3000 / Makefile
index 02e2b4b98bfd7d864dd29329462909318e8c0960..5fde362713bed4c747b5ab995f03dcef1bed6d90 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################