aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/spear/Makefile
diff options
context:
space:
mode:
authorGravatar Rajeev Kumar <rajeev-dlh.kumar@st.com> 2013-06-10 16:19:40 +0530
committerGravatar Mark Brown <broonie@linaro.org> 2013-06-12 16:25:22 +0100
commite58070ee4fdf797c47cb296992ce8db3df715eca (patch)
treeb5f8146d28c62a7d756b0729e3a633b86fb4a42d /sound/soc/spear/Makefile
parentASoC: spear: spdif_out: Staticize unexported function (diff)
downloadlinux-e58070ee4fdf797c47cb296992ce8db3df715eca.tar.gz
linux-e58070ee4fdf797c47cb296992ce8db3df715eca.tar.bz2
linux-e58070ee4fdf797c47cb296992ce8db3df715eca.zip
ASoC: Add Kconfig and Makefile to support SPEAr audio driver
This patch adds Kconfig and Makefile to support SPEAr Audio driver. Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/spear/Makefile')
-rw-r--r--sound/soc/spear/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/spear/Makefile b/sound/soc/spear/Makefile
new file mode 100644
index 000000000000..b36512655bcf
--- /dev/null
+++ b/sound/soc/spear/Makefile
@@ -0,0 +1,7 @@
+# SPEAR Platform Support
+obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o
+obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o
+obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o
+
+# SPEAR Machine Support
+obj-$(CONFIG_SND_SPEAR_EVM) += spear_evb.o