]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_ppc/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / lib_ppc / Makefile
index bae8cbc20b7086dbd3af15b6c4f1c3c62c0346a2..2ba034f1ee07cdb33b1dd6989548a983a1885e71 100644 (file)
@@ -34,7 +34,7 @@ SRCS  := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################