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