]> git.sur5r.net Git - u-boot/blobdiff - board/cray/L1/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / cray / L1 / Makefile
index 44ef9c26aa194472c200d983250b78864e153b28..cfdd60e0562ac29b72ede73af69b4c0009236b13 100644 (file)
@@ -36,7 +36,7 @@ SOBJS := $(addprefix $(obj),$(SOBJS))
 # HACK: depend needs bootscript.c, which needs tools/mkimage, which is not
 # built in the depend stage.  So... put bootscript.o here, not in OBJS
 $(LIB):        $(OBJS) $(SOBJS) $(obj)bootscript.o
-       $(AR) crv $@ $^
+       $(AR) $(ARFLAGS) $@ $^
 
 clean:
        rm -f $(SOBJS) $(OBJS) $(obj)bootscript.c \