]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/cpci2dp/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[people/ms/u-boot.git] / board / esd / cpci2dp / Makefile
index 72c25625b31aeba917cc46932c56d4a8ae5b7fce..2d4e189977d8adf9d0b04632632b595647fa0d63 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)