summaryrefslogtreecommitdiff
path: root/sound/isa/wss/Makefile
diff options
context:
space:
mode:
authorKrzysztof Helt <krzysztof.h1@wp.pl>2008-07-31 21:00:17 +0200
committerJaroslav Kysela <perex@perex.cz>2008-08-06 15:39:46 +0200
commit9295aea1e8e00ea83965eb739b8d0bd2ea03c7cb (patch)
tree4f671ff41a7b586cf1f8bee597bf573755977e8d /sound/isa/wss/Makefile
parent740dc9c4766b462ae88a630e969ddd3ef83a6125 (diff)
ALSA: wss_lib: move cs4231_lib into wss_lib
Move the file sound/isa/cs423x/cs4231_lib.c into sound/isa/cs423x/wss_lib.c This is the first step toward merging all libraries for Windows Sound System compatible chips into a single library. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Reviewed-by: Rene Herman <rene.herman@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/isa/wss/Makefile')
-rw-r--r--sound/isa/wss/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/isa/wss/Makefile b/sound/isa/wss/Makefile
new file mode 100644
index 000000000000..454fee769a31
--- /dev/null
+++ b/sound/isa/wss/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for ALSA
+# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
+#
+
+snd-wss-lib-objs := wss_lib.o
+
+# Toplevel Module Dependency
+obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
+