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