linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make modules_install: chokes on emu10k1 module install
@ 2001-12-13 23:41 Keith Warno
  0 siblings, 0 replies; only message in thread
From: Keith Warno @ 2001-12-13 23:41 UTC (permalink / raw)
  To: Linux Kernel List

This is a minor annoyance in at least 2.4.16 and 2.4.17-rc1 (don't know
about others).

If emu10k1 sound support is configured to be built and installed as a
module, make modules_install will yack like:

make[2]: Entering directory `/usr/src/linux-2.4.17-rc1/drivers/sound'
mkdir -p /lib/modules/2.4.17-rc1/kernel/drivers/sound/
cp soundcore.o ac97_codec.o ac97_codec.o
/lib/modules/2.4.17-rc1/kernel/drivers/sound/
cp: will not overwrite just-created
`/lib/modules/2.4.17-rc1/kernel/drivers/sound/ac97_codec.o' with
`ac97_codec.o'
make[2]: *** [_modinst__] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.17-rc1/drivers/sound'

Nuke line 75 in drivers/sound/Makefile .

--- linux-2.4.17-rc1/drivers/sound/Makefile     Thu Dec 13 18:36:18 2001
+++ linux/drivers/sound/Makefile        Thu Dec 13 18:37:18 2001
@@ -72,7 +72,6 @@
 obj-$(CONFIG_SOUND_EMU10K1)    += ac97_codec.o
 obj-$(CONFIG_SOUND_RME96XX)     += rme96xx.o
 obj-$(CONFIG_SOUND_BT878)      += btaudio.o
-obj-$(CONFIG_SOUND_EMU10K1)    += ac97_codec.o
 obj-$(CONFIG_SOUND_IT8172)     += ite8172.o ac97_codec.o

 ifeq ($(CONFIG_MIDI_EMU10K1),y)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-13 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-13 23:41 make modules_install: chokes on emu10k1 module install Keith Warno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).