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