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