Move "ar" flags to config.mk to allow for silent "make -s"
[platform/kernel/u-boot.git] / board / cds / mpc8548cds / Makefile
index 3f3a517..d65eb1b 100644 (file)
@@ -40,7 +40,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(OBJS) $(SOBJS)