16 lines
334 B
Makefile
16 lines
334 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
# MTK Platform driver
|
||
|
snd-soc-mt8365-pcm-objs := \
|
||
|
mt8365-afe-clk.o \
|
||
|
mt8365-afe-pcm.o \
|
||
|
mt8365-dai-adda.o \
|
||
|
mt8365-dai-dmic.o \
|
||
|
mt8365-dai-i2s.o \
|
||
|
mt8365-dai-pcm.o
|
||
|
|
||
|
obj-$(CONFIG_SND_SOC_MT8365) += snd-soc-mt8365-pcm.o
|
||
|
|
||
|
# Machine driver
|
||
|
obj-$(CONFIG_SND_SOC_MT8365_MT6357) += mt8365-mt6357.o
|