]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/microblaze/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / cpu / microblaze / Makefile
index 07ed6cedc28d5fae40834648478127b587004e37..fd544254f041a8d3b560e0eb63e4160d03aaf627 100644 (file)
@@ -35,7 +35,7 @@ START := $(addprefix $(obj),$(START))
 all:   $(obj).depend $(START) $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################