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