]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gth/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[people/ms/u-boot.git] / board / gth / Makefile
index 95bf0726bfe22d21827cbd115044b393f976e2d8..4b5c528a048d451bda6c2f98f8dc4058877d9e79 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################