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