]> git.sur5r.net Git - u-boot/blobdiff - board/psyent/pk1c20/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / psyent / pk1c20 / Makefile
index cbe99190ee09ec55d59db2e94be789486a64dc54..2568a68ede6d444de15483ca676863a727879aff 100644 (file)
@@ -37,7 +37,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)