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