[PATCH] (41/43) ad1980 makefile fix

2005-08-23 Thread Al Viro
ac97_plugin_ad1980 should trigger build of ac97_codec

Signed-off-by: Al Viro <[EMAIL PROTECTED]>

diff -urN RC13-rc6-git13-scsi-modular/sound/oss/Makefile 
RC13-rc6-git13-ad1980/sound/oss/Makefile
--- RC13-rc6-git13-scsi-modular/sound/oss/Makefile  2005-06-17 
15:48:29.0 -0400
+++ RC13-rc6-git13-ad1980/sound/oss/Makefile2005-08-21 13:17:42.0 
-0400
@@ -80,7 +80,7 @@
 obj-$(CONFIG_SOUND_IT8172) += ite8172.o ac97_codec.o
 obj-$(CONFIG_SOUND_FORTE)  += forte.o ac97_codec.o
 
-obj-$(CONFIG_SOUND_AD1980) += ac97_plugin_ad1980.o
+obj-$(CONFIG_SOUND_AD1980) += ac97_plugin_ad1980.o ac97_codec.o
 obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o
 
 ifeq ($(CONFIG_MIDI_EMU10K1),y)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] (41/43) ad1980 makefile fix

2005-08-23 Thread Al Viro
ac97_plugin_ad1980 should trigger build of ac97_codec

Signed-off-by: Al Viro [EMAIL PROTECTED]

diff -urN RC13-rc6-git13-scsi-modular/sound/oss/Makefile 
RC13-rc6-git13-ad1980/sound/oss/Makefile
--- RC13-rc6-git13-scsi-modular/sound/oss/Makefile  2005-06-17 
15:48:29.0 -0400
+++ RC13-rc6-git13-ad1980/sound/oss/Makefile2005-08-21 13:17:42.0 
-0400
@@ -80,7 +80,7 @@
 obj-$(CONFIG_SOUND_IT8172) += ite8172.o ac97_codec.o
 obj-$(CONFIG_SOUND_FORTE)  += forte.o ac97_codec.o
 
-obj-$(CONFIG_SOUND_AD1980) += ac97_plugin_ad1980.o
+obj-$(CONFIG_SOUND_AD1980) += ac97_plugin_ad1980.o ac97_codec.o
 obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o
 
 ifeq ($(CONFIG_MIDI_EMU10K1),y)
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/