diff options
Diffstat (limited to 'cpu/mcf52x2/Makefile')
-rw-r--r-- | cpu/mcf52x2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf52x2/Makefile b/cpu/mcf52x2/Makefile index a05a803cb27..70d57cf609c 100644 --- a/cpu/mcf52x2/Makefile +++ b/cpu/mcf52x2/Makefile @@ -37,7 +37,7 @@ START := $(addprefix $(obj),$(START)) all: $(obj).depend $(START) $(LIB) $(LIB): $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |