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