summaryrefslogtreecommitdiffstats
path: root/fs/fdos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fdos/Makefile')
-rw-r--r--fs/fdos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fdos/Makefile b/fs/fdos/Makefile
index e55ac8abbd..2dba0fb690 100644
--- a/fs/fdos/Makefile
+++ b/fs/fdos/Makefile
@@ -41,7 +41,7 @@ OBJS := $(addprefix $(obj),$(AOBJS) $(COBJS))
all: $(LIB) $(AOBJS)
$(LIB): $(obj).depend $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud