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