diff options
Diffstat (limited to 'board/shannon/Makefile')
-rw-r--r-- | board/shannon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/shannon/Makefile b/board/shannon/Makefile index a04d841ef42..37774a90c44 100644 --- a/board/shannon/Makefile +++ b/board/shannon/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) |