]> git.sur5r.net Git - u-boot/blobdiff - board/inka4x0/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / inka4x0 / Makefile
index d00e05dce1749056ee6eb30869d9e95d02f9e78a..8aa7e7c8e4aa539bb183e114541a89ae13ef68a5 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)