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