diff options
author | imp <imp@FreeBSD.org> | 2001-10-18 19:44:13 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-10-18 19:44:13 +0000 |
commit | 2c3cee32621054006a0a6b060e7a4177e4c7fe3b (patch) | |
tree | a986214317504e0556f9921b646abdfa9aed1a43 /sys/conf | |
parent | d480c65d83ccccf2dfd4913148bd747a7f84c2db (diff) | |
download | FreeBSD-src-2c3cee32621054006a0a6b060e7a4177e4c7fe3b.zip FreeBSD-src-2c3cee32621054006a0a6b060e7a4177e4c7fe3b.tar.gz |
Add verbage for MODULES_OVERRIDE.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
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 |