]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cpc45/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / cpc45 / Makefile
index 346833a789db7cbc96f220238d5575bb96cce031..374fdd7650e60a021c39daa220c93177afbabd75 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################