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