diff options
Diffstat (limited to 'lib_avr32/Makefile')
-rw-r--r-- | lib_avr32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_avr32/Makefile b/lib_avr32/Makefile index 5b6300b..cf20836 100644 --- a/lib_avr32/Makefile +++ b/lib_avr32/Makefile @@ -35,7 +35,7 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |