diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-28 09:02:52 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-28 09:02:52 +0100 |
commit | a5f7c47391ca15c3e2f8e2aa46fb089408541bcd (patch) | |
tree | 6cb2145f7719a9a8b7741d954ece5ba542962b9a /sound | |
parent | c96330b083ce88b9fea428df99b4631f1b6410ef (diff) | |
download | linux-a5f7c47391ca15c3e2f8e2aa46fb089408541bcd.tar.gz linux-a5f7c47391ca15c3e2f8e2aa46fb089408541bcd.tar.bz2 linux-a5f7c47391ca15c3e2f8e2aa46fb089408541bcd.zip |
ALSA: enable build of snd-msnd-* drivers
Added the missing msnd directory to Makefile.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/isa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/Makefile b/sound/isa/Makefile index 63af13d901a5..b906b9a1a81e 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/ |