1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

The sound drivers live in sound/driver, not sound/drivers

submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
This commit is contained in:
Warner Losh 2001-11-02 16:40:06 +00:00
parent bb51af2816
commit 06a9ff8e81
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85878
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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