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