summaryrefslogtreecommitdiffstats
path: root/cpu/arm926ejs/omap/Makefile
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 /cpu/arm926ejs/omap/Makefile
parent7ce343e49993341f2cdd559e0c44ad7507f71eb7 (diff)
downloadtalos-obmc-uboot-2b208f5308ae0c72a6840180e59ed1ab4f9b69fc.tar.gz
talos-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 'cpu/arm926ejs/omap/Makefile')
-rw-r--r--cpu/arm926ejs/omap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/omap/Makefile b/cpu/arm926ejs/omap/Makefile
index 7eca2f0d78..c335d5c866 100644
--- a/cpu/arm926ejs/omap/Makefile
+++ b/cpu/arm926ejs/omap/Makefile
@@ -35,7 +35,7 @@ START := $(addprefix $(obj),$(START))
all: $(obj).depend $(LIB)
$(LIB): $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud