]> Git Repo - J-u-boot.git/blobdiff - rtc/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[J-u-boot.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)
 
 #########################################################################
 
This page took 0.025311 seconds and 4 git commands to generate.