]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[people/ms/u-boot.git] / net / Makefile
index 6fe4002b61acd9c2821d187cd999e992f693e67e..d18460cab35195a525e2d56b876a778b8e8a0046 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 all:   $(LIB)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################