commit | d38936cdae46bfd2623ff83f6ce9b616d36ab0f9 | [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 | 4653f91c13ed51c21cc4c3855745d69a3fb1817f [diff] |
Fix "ar" flags in some Makefiles to allow for silent "make -s"
diff --git a/cpu/mpc86xx/Makefile b/cpu/mpc86xx/Makefile index de5561e..fffcfd2 100644 --- a/cpu/mpc86xx/Makefile +++ b/cpu/mpc86xx/Makefile
@@ -39,7 +39,7 @@ all: $(obj).depend $(START) $(LIB) $(LIB): $(OBJS) - $(AR) crv $@ $(ASOBJS) $(OBJS) + $(AR) $(ARFLAGS) $@ $(ASOBJS) $(OBJS) #########################################################################