diff options
Diffstat (limited to 'board/rattler/Makefile')
-rw-r--r-- | board/rattler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/rattler/Makefile b/board/rattler/Makefile index e880f87..be7e213 100644 --- a/board/rattler/Makefile +++ b/board/rattler/Makefile @@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(SOBJS) $(OBJS) |