From: Paul M. <le...@us...> - 2001-08-25 06:24:49
|
Update of /cvsroot/linux-mips/linux/drivers/sound In directory usw-pr-cvs1:/tmp/cvs-serv25707/drivers/sound Modified Files: Makefile Log Message: Synced with Ralf's 2.4.8 code. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/sound/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 2001/08/17 22:53:26 1.5 --- Makefile 2001/08/25 06:24:45 1.6 *************** *** 76,80 **** ifeq ($(CONFIG_SOUND_EMU10K1),y) ! obj-y += emu10k1/emu10k1.o endif --- 76,80 ---- ifeq ($(CONFIG_SOUND_EMU10K1),y) ! obj-y += ac97_codec.o emu10k1/emu10k1.o endif |