diff options
author | Rajeev Kumar <rajeev-dlh.kumar@st.com> | 2013-06-10 16:19:40 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-12 16:25:22 +0100 |
commit | e58070ee4fdf797c47cb296992ce8db3df715eca (patch) | |
tree | b5f8146d28c62a7d756b0729e3a633b86fb4a42d /sound/soc/Makefile | |
parent | 19c7efcd24a71d0f707cecd3c0cee5f4a1289b1e (diff) |
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/Makefile')
-rw-r--r-- | sound/soc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index 197b6ae54c8..bc0261476d7 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -29,6 +29,7 @@ obj-$(CONFIG_SND_SOC) += pxa/ obj-$(CONFIG_SND_SOC) += samsung/ obj-$(CONFIG_SND_SOC) += s6000/ obj-$(CONFIG_SND_SOC) += sh/ +obj-$(CONFIG_SND_SOC) += spear/ obj-$(CONFIG_SND_SOC) += tegra/ obj-$(CONFIG_SND_SOC) += txx9/ obj-$(CONFIG_SND_SOC) += ux500/ |