]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ep8260/Makefile
* Code cleanup:
[karo-tx-uboot.git] / board / ep8260 / Makefile
index 1c631dce424217da5e262833a20908a329c6cba3..477e5eedeb1648a7b4f831d269a21df643fb694f 100644 (file)
@@ -28,7 +28,7 @@ LIB   = lib$(BOARD).a
 OBJS   = $(BOARD).o flash.o mii_phy.o
 
 $(LIB):        .depend $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) crv $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)