summaryrefslogtreecommitdiffstats
path: root/board/atmel/atstk1000/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-27 11:55:21 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-27 11:55:21 +0200
commitd38936cdae46bfd2623ff83f6ce9b616d36ab0f9 (patch)
treeb6a0389979f926376402627d80c07071be7051fd /board/atmel/atstk1000/Makefile
parent4653f91c13ed51c21cc4c3855745d69a3fb1817f (diff)
downloadblackbird-obmc-uboot-d38936cdae46bfd2623ff83f6ce9b616d36ab0f9.tar.gz
blackbird-obmc-uboot-d38936cdae46bfd2623ff83f6ce9b616d36ab0f9.zip
Fix "ar" flags in some Makefiles to allow for silent "make -s"
Diffstat (limited to 'board/atmel/atstk1000/Makefile')
-rw-r--r--board/atmel/atstk1000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/atstk1000/Makefile b/board/atmel/atstk1000/Makefile
index 22ac02aa33..155d46ac97 100644
--- a/board/atmel/atstk1000/Makefile
+++ b/board/atmel/atstk1000/Makefile
@@ -32,7 +32,7 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
$(LIB): $(obj).depend $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud