aboutsummaryrefslogtreecommitdiff
path: root/cpu/arm920t/at91rm9200/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm920t/at91rm9200/Makefile')
-rw-r--r--cpu/arm920t/at91rm9200/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/at91rm9200/Makefile b/cpu/arm920t/at91rm9200/Makefile
index 26b0b94f2..8d4e478fb 100644
--- a/cpu/arm920t/at91rm9200/Makefile
+++ b/cpu/arm920t/at91rm9200/Makefile
@@ -35,7 +35,7 @@ OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
all: $(obj).depend $(LIB)
$(LIB): $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################