[PATCH] (41/43) ad1980 makefile fix

From: Al Viro
Date: Tue Aug 23 2005 - 16:47:51 EST


ac97_plugin_ad1980 should trigger build of ac97_codec

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
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.000000000 -0400
+++ RC13-rc6-git13-ad1980/sound/oss/Makefile 2005-08-21 13:17:42.000000000 -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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/