summaryrefslogtreecommitdiffstats
path: root/rtc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rtc/Makefile')
-rw-r--r--rtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/Makefile b/rtc/Makefile
index ca5b66b7b0..cf2b24ef0d 100644
--- a/rtc/Makefile
+++ b/rtc/Makefile
@@ -39,7 +39,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
all: $(LIB)
$(LIB): $(obj).depend $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################