]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sx1/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / sx1 / Makefile
index 4e6adac56cd1aea69c28a5f69c8910b39af07369..609ca75c4dd2a35bda7d1f967057ad3140d01cd1 100644 (file)
@@ -33,7 +33,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)