diff options
author | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-08 23:02:05 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-08 23:02:05 (GMT) |
commit | 2b208f5308ae0c72a6840180e59ed1ab4f9b69fc (patch) | |
tree | 2ea530330347bf03dd7fca1dd19ef76b7c072c28 /board/gen860t | |
parent | 7ce343e49993341f2cdd559e0c44ad7507f71eb7 (diff) | |
download | u-boot-fsl-qoriq-2b208f5308ae0c72a6840180e59ed1ab4f9b69fc.tar.xz |
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/gen860t')
-rw-r--r-- | board/gen860t/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gen860t/Makefile b/board/gen860t/Makefile index 9d36711..fd34cb0 100644 --- a/board/gen860t/Makefile +++ b/board/gen860t/Makefile @@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |