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