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