summaryrefslogtreecommitdiff
path: root/board/dave/B2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/dave/B2/Makefile')
-rw-r--r--board/dave/B2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/dave/B2/Makefile b/board/dave/B2/Makefile
index 106025d..56b286f 100644
--- a/board/dave/B2/Makefile
+++ b/board/dave/B2/Makefile
@@ -1,7 +1,7 @@
#
# (C) Copyright 2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
+#
# (C) Copyright 2002
# Sysgo Real-Time Solutions, GmbH <www.elinos.com>
# Marius Groeger <mgroeger@sysgo.de>
@@ -37,7 +37,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(AR) crv $@ $(OBJS) $(SOBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
clean:
rm -f $(SOBJS) $(OBJS)