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