]> git.sur5r.net Git - u-boot/blobdiff - board/gen860t/Makefile
* Patch by Matthew S. McClintock, 14 Apr 2004:
[u-boot] / board / gen860t / Makefile
index 21bf040cefaa4e43e0da1859c9397670313169dc..dd7ecf128528d02c142fa65252a8f5fd6bccc493 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o beeper.o fpga.o ioport.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################