]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / examples / Makefile
index d7cd843a470a9c5ef13944d123937ebabfef9f52..8706ed45faca3e4f52db557f66d15368a8cef54d 100644 (file)
@@ -138,7 +138,7 @@ all:        $(obj).depend $(OBJS) $(LIB) $(SREC) $(BIN)
 
 #########################################################################
 $(LIB):        $(obj).depend $(LIBOBJS)
-               $(AR) crv $@ $(LIBOBJS)
+               $(AR) $(ARFLAGS) $@ $(LIBOBJS)
 
 $(obj)%:       $(obj)%.o $(LIB)
                $(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \