]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/cpci405/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[people/ms/u-boot.git] / board / esd / cpci405 / Makefile
index 8f254dd3bfe4c455ed24e9bc373c90e87aa5dd17..ce7876c414e2f38a096c8507774689f3559f3874 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)