summaryrefslogtreecommitdiffstats
path: root/board/trab/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 /board/trab/Makefile
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 'board/trab/Makefile')
-rw-r--r--board/trab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/trab/Makefile b/board/trab/Makefile
index 2b918f6397..868ca4281f 100644
--- a/board/trab/Makefile
+++ b/board/trab/Makefile
@@ -45,7 +45,7 @@ LOAD_ADDR = 0xc100000
all: $(LIB) $(obj)trab_fkt.srec $(obj)trab_fkt.bin
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(AR) crv $@ $(OBJS) $(SOBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
$(obj)trab_fkt.srec: $(OBJS_FKT) $(LIB)
$(LD) -g -Ttext $(LOAD_ADDR) -o $(<:.o=) -e trab_fkt $^ $(LIB) \
OpenPOWER on IntegriCloud