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