]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/assabet/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / assabet / Makefile
index a7414e8414c191bb620d8e90e2e846723aca5c5d..872c7fbff85ac91a26e6393d667e553d1cd70937 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)