summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7bef2ee..2093900 100644
--- a/sys/conf/NOTES
+++ b/sys/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