]> git.sur5r.net Git - u-boot/blobdiff - board/ezkit533/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / ezkit533 / Makefile
index 70feb4acce072e0035fc36efe0e6fb441404e995..4f3c22321a844b69ceeec10477d527112fda3607 100644 (file)
@@ -36,7 +36,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################