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