]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/canbt/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / esd / canbt / Makefile
index dec52af9cabfacfda8048b8546b1f214e1f3a7fb..4d75868ea84c86c2292e7311d25ebdd66318642d 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)