diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:48:12 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:46 -0700 |
commit | acd3bd82c08d1a399760605706a86821148243d9 (patch) | |
tree | 44be9d3a85f45d9bf92029da495b4469339968fd /sound/oss/Makefile | |
parent | fa53bb650e6747628276e3ab6d98f51d9bfb0573 (diff) | |
download | linux-stable-acd3bd82c08d1a399760605706a86821148243d9.tar.gz linux-stable-acd3bd82c08d1a399760605706a86821148243d9.tar.bz2 linux-stable-acd3bd82c08d1a399760605706a86821148243d9.zip |
[PATCH] ad1980 makefile fix
ac97_plugin_ad1980 should trigger build of ac97_codec
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/oss/Makefile')
-rw-r--r-- | sound/oss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/Makefile b/sound/oss/Makefile index db9afb61d6ff..9bf3ee544d86 100644 --- a/sound/oss/Makefile +++ b/sound/oss/Makefile @@ -80,7 +80,7 @@ obj-$(CONFIG_SOUND_ALI5455) += ali5455.o ac97_codec.o 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) |