Sync the example of MODULES_OVERRIDE with the renamed sound drivers.

Pointed out by:	Christoph Mallon <christoph.mallon@gmx.de>
This commit is contained in:
tanimura 2004-07-16 08:12:14 +00:00
parent b3fe9262b8
commit 4928df11d8

View File

@ -74,7 +74,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/driver/maestro3"
#makeoptions MODULES_OVERRIDE="linux sound/sound sound/driver/maestro3"
makeoptions DESTDIR=/tmp