Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acd3bd82 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] ad1980 makefile fix



ac97_plugin_ad1980 should trigger build of ac97_codec

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fa53bb65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)