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:
parent
bb51af2816
commit
06a9ff8e81
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85878
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user