diff options
author | imp <imp@FreeBSD.org> | 2001-11-02 16:40:06 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-11-02 16:40:06 +0000 |
commit | 7c5f04101dbbe0e0532dfef1d3110c210ed1e343 (patch) | |
tree | 02e769c194f7c062c9f8898f14a8ad5b06b1eb61 /sys/conf | |
parent | 6de51f4efde29514fc5e38bb21dbac54f3bbb965 (diff) | |
download | FreeBSD-src-7c5f04101dbbe0e0532dfef1d3110c210ed1e343.zip FreeBSD-src-7c5f04101dbbe0e0532dfef1d3110c210ed1e343.tar.gz |
The sound drivers live in sound/driver, not sound/drivers
submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 31fb7c2..121e3b8 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -61,7 +61,7 @@ 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" +#makeoptions MODULES_OVERRIDE="linux sound/snd sound/pcm sound/driver/maestro3" # # Certain applications can grow to be larger than the 512M limit |