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