summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/examples/etc/make.conf3
-rw-r--r--share/man/man5/make.conf.54
2 files changed, 7 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 1cfcfd9..e5b239c 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -138,6 +138,9 @@
# The list of modules to build instead of all of them.
#MODULES_OVERRIDE= linux ipfw
#
+# If you always want to build the Linux ext2fs kernel module.
+#WANT_EXT2FS_MODULE=yes
+#
# The following controls building optional IDEA code in libcrypto and
# certain ports. Patents are involved - you must not use this unless
# you either have a license or fall within patent 'fair use'
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 4be2927..24e4dd3 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -685,6 +685,10 @@ The table size should be a prime number
approximately twice as large as the number of lines in
.Pa /etc/passwd .
The default number is 20011.
+.It Va WANT_EXT2FS_MODULE
+.Pq Vt bool
+Set this if you always want to build the Linux ext2fs kernel module when you
+build modules.
.It Va WANT_FORCE_OPTIMIZATION_DOWNGRADE
.Pq Vt int
Causes the system compiler to be built such that it forces high optimization
OpenPOWER on IntegriCloud