Move "ar" flags to config.mk to allow for silent "make -s"
[platform/kernel/u-boot.git] / cpu / arm920t / Makefile
index 199fe0c..e02bc6a 100644 (file)
@@ -35,7 +35,7 @@ START := $(addprefix $(obj),$(START))
 all:   $(obj).depend $(START) $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################