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