diff options
author | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 01:02:05 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 01:02:05 +0200 |
commit | 2b208f5308ae0c72a6840180e59ed1ab4f9b69fc (patch) | |
tree | 2ea530330347bf03dd7fca1dd19ef76b7c072c28 /board/voiceblue | |
parent | 7ce343e49993341f2cdd559e0c44ad7507f71eb7 (diff) |
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/voiceblue')
-rw-r--r-- | board/voiceblue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/voiceblue/Makefile b/board/voiceblue/Makefile index fa614f8d446..5f340b47f0a 100644 --- a/board/voiceblue/Makefile +++ b/board/voiceblue/Makefile @@ -42,7 +42,7 @@ lnk = $(if $(obj),$(obj),.) all: $(obj).depend $(LIB) $(obj)eeprom.srec $(obj)eeprom.bin $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $(OBJS) $(SOBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS) $(obj)eeprom.srec: $(obj)eeprom.o $(obj)eeprom_start.o cd $(lnk) && $(LD) -T $(LDSCRIPT) -g -Ttext $(LOAD_ADDR) \ |