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