]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/cpci440/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / esd / cpci440 / Makefile
index b4c74fc6d1c6bd23ec1694a39d6812e16dfe6e6f..d13d31c9748952bd3a6ccefa7849f5416344b158 100644 (file)
@@ -36,7 +36,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)