Gitweb: http://git.kernel.org/linus/a5f7c47391ca15c3e2f8e2aa46fb089408541bcd Commit: a5f7c47391ca15c3e2f8e2aa46fb089408541bcd Parent: c96330b083ce88b9fea428df99b4631f1b6410ef Author: Takashi Iwai <tiwai@suse.de> AuthorDate: Wed Jan 28 09:02:52 2009 +0100 Committer: Takashi Iwai <tiwai@suse.de> CommitDate: Wed Jan 28 09:02:52 2009 +0100 ALSA: enable build of snd-msnd-* drivers Added the missing msnd directory to Makefile. Signed-off-by: Takashi Iwai <tiwai@suse.de> --- sound/isa/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/isa/Makefile b/sound/isa/Makefile index 63af13d..b906b9a 100644 --- a/sound/isa/Makefile +++ b/sound/isa/Makefile @@ -26,5 +26,5 @@ obj-$(CONFIG_SND_SC6000) += snd-sc6000.o obj-$(CONFIG_SND_SGALAXY) += snd-sgalaxy.o obj-$(CONFIG_SND_SSCAPE) += snd-sscape.o -obj-$(CONFIG_SND) += ad1816a/ ad1848/ cs423x/ es1688/ gus/ opti9xx/ \ +obj-$(CONFIG_SND) += ad1816a/ ad1848/ cs423x/ es1688/ gus/ msnd/ opti9xx/ \ sb/ wavefront/ wss/ -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
