]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netta/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / netta / Makefile
index 39362c68d5bc41a67f60ce9b1e0eed7dfa9c6d15..96374ba3fc55faf7b80ee5a737834e931400691e 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################