summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-10-18 19:44:13 +0000
committerimp <imp@FreeBSD.org>2001-10-18 19:44:13 +0000
commit2c3cee32621054006a0a6b060e7a4177e4c7fe3b (patch)
treea986214317504e0556f9921b646abdfa9aed1a43 /sys/i386
parentd480c65d83ccccf2dfd4913148bd747a7f84c2db (diff)
downloadFreeBSD-src-2c3cee32621054006a0a6b060e7a4177e4c7fe3b.zip
FreeBSD-src-2c3cee32621054006a0a6b060e7a4177e4c7fe3b.tar.gz
Add verbage for MODULES_OVERRIDE.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7bef2ee..2093900 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -55,9 +55,13 @@ profile 2
# KERNEL can be overridden so that you can change the default name of your
# kernel.
#
+# MODULES_OVERRIDE can be used to limit modules built to a specific list.
+#
makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo"
+# Only build Linux API modules and plus those parts of the sound system I need.
+#makeoptions MODULES_OVERRIDE="linux sound/snd sound/pcm sound/drivers/maestro3"
#
# Certain applications can grow to be larger than the 512M limit
OpenPOWER on IntegriCloud