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