summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/mt6797/Makefile
diff options
context:
space:
mode:
authorKaiChieh Chuang <kaichieh.chuang@mediatek.com>2018-05-25 11:48:17 +0800
committerMark Brown <broonie@kernel.org>2018-05-25 18:34:48 +0100
commit42a589e8339517f9dc4e4184f5345d6965331c9c (patch)
treeb77b1a040e44b7f0620dfae768fddb9e2c247b51 /sound/soc/mediatek/mt6797/Makefile
parent13be427e5df4cea08c2d48017aabe112400e1b2f (diff)
ASoC: mt6797: extract DAI adda in separate file
Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt6797/Makefile')
-rw-r--r--sound/soc/mediatek/mt6797/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt6797/Makefile b/sound/soc/mediatek/mt6797/Makefile
index 50fd50f7aa6a..4cbdc4d7da85 100644
--- a/sound/soc/mediatek/mt6797/Makefile
+++ b/sound/soc/mediatek/mt6797/Makefile
@@ -1,7 +1,11 @@
# SPDX-License-Identifier: GPL-2.0
# platform driver
-snd-soc-mt6797-afe-objs := mt6797-afe-pcm.o mt6797-afe-clk.o
+snd-soc-mt6797-afe-objs := \
+ mt6797-afe-pcm.o \
+ mt6797-afe-clk.o \
+ mt6797-dai-adda.o
+
obj-$(CONFIG_SND_SOC_MT6797) += snd-soc-mt6797-afe.o
# machine driver