]> git.sur5r.net Git - u-boot/blobdiff - board/mpl/vcma9/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / mpl / vcma9 / Makefile
index bd76e7475c5c55a08773dacd031870ffd7a7e935..209322e51c15d257c5964bccca529a6a3d7c1b92 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)
 
 clean:
        rm -f $(SOBJS) $(OBJS)