]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/westel/amx860/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[people/ms/u-boot.git] / board / westel / amx860 / Makefile
index 1b57d2b0236ce949c225b11814dce20ff69e69fd..dcb1907032b5df8d2f89bdcb23506a49bb1446c7 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################