Move "ar" flags to config.mk to allow for silent "make -s"
[platform/kernel/u-boot.git] / drivers / nand_legacy / Makefile
index 23df5b7..95314d8 100644 (file)
@@ -33,7 +33,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 all:   $(LIB)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################