]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/xilinx/ml300/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[people/ms/u-boot.git] / board / xilinx / ml300 / Makefile
index 4ecf37a9c5f486f1ea8282d0bd3fca91aa84663f..02c22fbef1f1fe1a92e1824bf74584a73514253f 100644 (file)
@@ -52,7 +52,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) $(ARFLAGS) $@ $^
 
 clean:
        rm -f $(SOBJS) $(OBJS)