summaryrefslogtreecommitdiff
path: root/sound/isa/wss/Makefile
diff options
context:
space:
mode:
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
+