summaryrefslogtreecommitdiffstats
path: root/sound/soc/qcom/Makefile
diff options
context:
space:
mode:
authorKenneth Westfield <kwestfie@codeaurora.org>2015-03-13 09:01:06 +0100
committerMark Brown <broonie@kernel.org>2015-03-16 12:24:47 +0100
commitf380dd3f3cd77df3c5d297a635b635f72fb5a2b1 (patch)
treefb8bba0932a451adc91419feeb1c653c20ed75cd /sound/soc/qcom/Makefile
parentASoC: qcom: Add Storm machine driver (diff)
downloadlinux-f380dd3f3cd77df3c5d297a635b635f72fb5a2b1.tar.xz
linux-f380dd3f3cd77df3c5d297a635b635f72fb5a2b1.zip
ASoC: qcom: Add ability to build QCOM drivers
Define the LPASS platform driver, the LPASS CPU DAI driver and the Storm machine driver configurations, and how to build them. Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org> Acked-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/Makefile')
-rw-r--r--sound/soc/qcom/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/qcom/Makefile b/sound/soc/qcom/Makefile
new file mode 100644
index 000000000000..c5ce96c761c4
--- /dev/null
+++ b/sound/soc/qcom/Makefile
@@ -0,0 +1,11 @@
+# Platform
+snd-soc-lpass-cpu-objs := lpass-cpu.o
+snd-soc-lpass-platform-objs := lpass-platform.o
+
+obj-$(CONFIG_SND_SOC_LPASS_CPU) += snd-soc-lpass-cpu.o
+obj-$(CONFIG_SND_SOC_LPASS_PLATFORM) += snd-soc-lpass-platform.o
+
+# Machine
+snd-soc-storm-objs := storm.o
+
+obj-$(CONFIG_SND_SOC_STORM) += snd-soc-storm.o