]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/lubbock/Makefile
Merge with /home/wd/git/u-boot/master
[karo-tx-uboot.git] / board / lubbock / Makefile
index f5626429bea93a9628b76fec4eaf71737cc03d88..8e397b411c9e6496243a35b2725f799f4dce505f 100644 (file)
@@ -34,7 +34,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)