aboutsummaryrefslogtreecommitdiffstats
path: root/sound/drivers/pcsp/Makefile
diff options
context:
space:
mode:
authorStas Sergeev <stsp@aknet.ru>2008-03-03 10:53:54 +0100
committerTakashi Iwai <tiwai@suse.de>2008-04-24 12:00:20 +0200
commit9ab4d072ad67793d70b8707e14fb9261749c4e07 (patch)
treec6ae32f1d3d3b273fae30b0fa59b8c79bd5e8044 /sound/drivers/pcsp/Makefile
parent40ac8c4f208111cdc1542ccc9feb21b98a6b0219 (diff)
downloadkernel_samsung_smdk4412-9ab4d072ad67793d70b8707e14fb9261749c4e07.zip
kernel_samsung_smdk4412-9ab4d072ad67793d70b8707e14fb9261749c4e07.tar.gz
kernel_samsung_smdk4412-9ab4d072ad67793d70b8707e14fb9261749c4e07.tar.bz2
[ALSA] Add PC-speaker sound driver
Added PC-speaker sound driver (snd-pcsp). Signed-off-by: Stas Sergeev <stsp@aknet.ru> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers/pcsp/Makefile')
-rw-r--r--sound/drivers/pcsp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/drivers/pcsp/Makefile b/sound/drivers/pcsp/Makefile
new file mode 100644
index 0000000..b19555b
--- /dev/null
+++ b/sound/drivers/pcsp/Makefile
@@ -0,0 +1,2 @@
+snd-pcsp-objs := pcsp.o pcsp_lib.o pcsp_mixer.o pcsp_input.o
+obj-$(CONFIG_SND_PCSP) += snd-pcsp.o