]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/omap1510inn/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / omap1510inn / Makefile
index 7cdc8d0073f6dcb9aa316dc09ead9026b0d1ffce..fe4b8d6524e60d20b7bcf65258c77f8fa8a35eed 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)