summaryrefslogtreecommitdiffstats
path: root/board/jse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/jse/Makefile')
-rw-r--r--board/jse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/jse/Makefile b/board/jse/Makefile
index be6bd315cd..e858c83f73 100644
--- a/board/jse/Makefile
+++ b/board/jse/Makefile
@@ -1,7 +1,7 @@
#
# (C) Copyright 2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
+#
# Copyright 2004 Picture Elements, Inc.
# Stephen Williams <steve@icarus.com>
#
@@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)