diff options
Diffstat (limited to 'cpu/bf533/Makefile')
-rw-r--r-- | cpu/bf533/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/bf533/Makefile b/cpu/bf533/Makefile index a5c48dc04d2..9f4a0d80148 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) ######################################################################### |