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