Move "ar" flags to config.mk to allow for silent "make -s"
[oweals/u-boot.git] / board / rattler / Makefile
index e880f873af4b8a512f100b64a7fb2741133ba35b..be7e213a9b5d311794d855554c720ec083c2051b 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)