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