summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWolfgang Denk <wd@atlas.denx.de>2006-10-09 01:02:05 +0200
committerWolfgang Denk <wd@atlas.denx.de>2006-10-09 01:02:05 +0200
commit2b208f5308ae0c72a6840180e59ed1ab4f9b69fc (patch)
tree2ea530330347bf03dd7fca1dd19ef76b7c072c28 /examples
parent7ce343e49993341f2cdd559e0c44ad7507f71eb7 (diff)
downloadblackbird-obmc-uboot-2b208f5308ae0c72a6840180e59ed1ab4f9b69fc.tar.gz
blackbird-obmc-uboot-2b208f5308ae0c72a6840180e59ed1ab4f9b69fc.zip
Move "ar" flags to config.mk to allow for silent "make -s"
Based on patch by Mike Frysinger, 20 Jun 2006
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index d7cd843a47..8706ed45fa 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -138,7 +138,7 @@ all: $(obj).depend $(OBJS) $(LIB) $(SREC) $(BIN)
#########################################################################
$(LIB): $(obj).depend $(LIBOBJS)
- $(AR) crv $@ $(LIBOBJS)
+ $(AR) $(ARFLAGS) $@ $(LIBOBJS)
$(obj)%: $(obj)%.o $(LIB)
$(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \
OpenPOWER on IntegriCloud