* CONFIG_SOUND_ICH=m does not compile ac97_audio
@ 2003-01-17 18:54 Brian M. Hunt
2003-01-17 18:59 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Brian M. Hunt @ 2003-01-17 18:54 UTC (permalink / raw)
To: linux-kernel
Compiling Linux Kernel 2.4.20
CONFIG_SOUND_ICH=m does not compile ac97_codec.o, which it depends upon.
CONFIG_SOUND_ICH is described as 'Intel ICH (i8xx), SiS 7012, NVidia
nForce Audio or AMD 768/811x'
It is listed in drivers/sound/Makefile:63
obj-$(CONFIG_SOUND_ICH) += i810_audio.o ac97_codec.o
Some of the other sound drivers as modules that depend upon
ac97_config.o do compile it.
Please CC correspondence; I am not on the mailing list.
Cheers,
--
Brian M. Hunt <bmh@q1labs.com>
Cel: 506.447.9620
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: CONFIG_SOUND_ICH=m does not compile ac97_audio
2003-01-17 18:54 CONFIG_SOUND_ICH=m does not compile ac97_audio Brian M. Hunt
@ 2003-01-17 18:59 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-01-17 18:59 UTC (permalink / raw)
To: Brian M. Hunt; +Cc: linux-kernel
On Fri, Jan 17, 2003 at 02:54:34PM -0400, Brian M. Hunt wrote:
> Compiling Linux Kernel 2.4.20
> CONFIG_SOUND_ICH=m does not compile ac97_codec.o, which it depends upon.
>
> CONFIG_SOUND_ICH is described as 'Intel ICH (i8xx), SiS 7012, NVidia
> nForce Audio or AMD 768/811x'
>
> It is listed in drivers/sound/Makefile:63
> obj-$(CONFIG_SOUND_ICH) += i810_audio.o ac97_codec.o
>
> Some of the other sound drivers as modules that depend upon
> ac97_config.o do compile it.
eh? It only needs to be compiled once, for all the modules that use it.
You don't compile it for each sound driver that uses it; it is a shared,
common module.
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-17 18:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-17 18:54 CONFIG_SOUND_ICH=m does not compile ac97_audio Brian M. Hunt
2003-01-17 18:59 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox