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