commit | 2b208f5308ae0c72a6840180e59ed1ab4f9b69fc | [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 | 7ce343e49993341f2cdd559e0c44ad7507f71eb7 [diff] |
Move "ar" flags to config.mk to allow for silent "make -s" Based on patch by Mike Frysinger, 20 Jun 2006
diff --git a/cpu/lh7a40x/Makefile b/cpu/lh7a40x/Makefile index 2fcafb0..bac2a64 100644 --- a/cpu/lh7a40x/Makefile +++ b/cpu/lh7a40x/Makefile
@@ -35,7 +35,7 @@ all: $(obj).depend $(START) $(LIB) $(LIB): $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) #########################################################################