summaryrefslogtreecommitdiffstats
path: root/cpu/bf533/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/bf533/Makefile')
-rw-r--r--cpu/bf533/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/bf533/Makefile b/cpu/bf533/Makefile
index a5c48dc04d..9f4a0d8014 100644
--- a/cpu/bf533/Makefile
+++ b/cpu/bf533/Makefile
@@ -38,7 +38,7 @@ START := $(addprefix $(obj),$(START))
all: $(obj).depend $(START) $(LIB)
$(LIB): $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud