From 2c3cee32621054006a0a6b060e7a4177e4c7fe3b Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 18 Oct 2001 19:44:13 +0000 Subject: Add verbage for MODULES_OVERRIDE. --- sys/conf/NOTES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/conf') 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 -- cgit v1.1