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