]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ppmc8260/Makefile
* Code cleanup:
[people/ms/u-boot.git] / board / ppmc8260 / Makefile
index 63083a47ac72cbe6640364e4fb8a6d098d2c586d..420ee9c8959ca879b8cea40f28aa23330bbf4109 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   := ppmc8260.o strataflash.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)