commit | 827c875c58508aef9476f7cc68fef726d1b61fc4 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Fri Oct 27 11:55:21 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Fri Oct 27 11:55:21 2006 +0200 |
tree | b6a0389979f926376402627d80c07071be7051fd | |
parent | f11eefb8379ce0f49727637841ea25fe717588b7 [diff] [blame] |
Fix "ar" flags in some Makefiles to allow for silent "make -s"
diff --git a/board/v38b/Makefile b/board/v38b/Makefile index 304deaa..b21bd6f 100644 --- a/board/v38b/Makefile +++ b/board/v38b/Makefile
@@ -32,7 +32,7 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS)