]> git.sur5r.net Git - u-boot/blobdiff - board/RPXClassic/Makefile
* Patch by Matthew S. McClintock, 14 Apr 2004:
[u-boot] / board / RPXClassic / Makefile
index 857e9a880740e2dabb6e738e7899dc841db59f4a..93907babe0be7327d6eb5fb9bae43ad3c82f8af3 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o eccx.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 #########################################################################