]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/w7o/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / w7o / Makefile
index 2ec449d7a6c3c869ff4264609c1c0f5af6ecd99e..46b8c8923a62c0cc49b726e81bf5250c6d5590ce 100644 (file)
@@ -37,7 +37,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $^
+       $(AR) $(ARFLAGS) $@ $^
 
 clean:
        rm -f $(SOBJS) $(OBJS)