]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/cpu87/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / cpu87 / Makefile
index 1b57d2b0236ce949c225b11814dce20ff69e69fd..dcb1907032b5df8d2f89bdcb23506a49bb1446c7 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################