commit | 6a65e42711359ec34ec1121fa08dbfdf4bc58be4 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@atlas.denx.de> | Mon Oct 09 01:02:05 2006 +0200 |
committer | Wolfgang Denk <wd@atlas.denx.de> | Mon Oct 09 01:02:05 2006 +0200 |
tree | 2ea530330347bf03dd7fca1dd19ef76b7c072c28 | |
parent | b95ba802374d8ec01dddd14091aaf68256d9949e [diff] [blame] |
Move "ar" flags to config.mk to allow for silent "make -s" Based on patch by Mike Frysinger, 20 Jun 2006
diff --git a/board/amcc/ebony/Makefile b/board/amcc/ebony/Makefile index 5f3e34e..5da96e9 100644 --- a/board/amcc/ebony/Makefile +++ b/board/amcc/ebony/Makefile
@@ -33,7 +33,7 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS)