summaryrefslogtreecommitdiff
path: root/sound/soc/stm/Makefile
diff options
context:
space:
mode:
authorolivier moysan <olivier.moysan@st.com>2017-04-10 17:19:56 +0200
committerMark Brown <broonie@kernel.org>2017-04-26 16:45:54 +0100
commit3e086edfe0c73daaabd929b926bbe26536272d9a (patch)
tree781d686ab8a5e5552a463ba2c48f8f38640e4939 /sound/soc/stm/Makefile
parentb45c4f117b002a902e8b9f52eaf542e3e82c36a8 (diff)
ASoC: stm32: add SAI driver
This patch implements SAI ASoC driver for STM32. Signed-off-by: olivier moysan <olivier.moysan@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/stm/Makefile')
-rw-r--r--sound/soc/stm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/stm/Makefile b/sound/soc/stm/Makefile
new file mode 100644
index 000000000000..e466a4759698
--- /dev/null
+++ b/sound/soc/stm/Makefile
@@ -0,0 +1,6 @@
+# SAI
+snd-soc-stm32-sai-sub-objs := stm32_sai_sub.o
+obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-sai-sub.o
+
+snd-soc-stm32-sai-objs := stm32_sai.o
+obj-$(CONFIG_SND_SOC_STM32) += snd-soc-stm32-sai.o