]> git.sur5r.net Git - u-boot/blobdiff - board/amirix/ap1000/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / amirix / ap1000 / Makefile
index 08a17f90d72b029bef047928243ab25629290aaa..7b99d314f992890737bbb94c52391f0761ddf581 100644 (file)
@@ -33,7 +33,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) $(ARFLAGS) $@ $^
 
 clean:
        rm -f $(SOBJS) $(OBJS)