]> Git Repo - J-u-boot.git/blobdiff - board/bmw/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[J-u-boot.git] / board / bmw / Makefile
index b775da2a2147fcabeafd87d7d9e291c32b7d5361..ac85cc3506a2f9f167775f03f9d054fb6493c272 100644 (file)
@@ -38,7 +38,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 #########################################################################
 
This page took 0.022854 seconds and 4 git commands to generate.