1# SPDX-License-Identifier: GPL-2.0 2 3# platform driver 4snd-soc-mt6797-afe-objs := \ 5 mt6797-afe-pcm.o \ 6 mt6797-afe-clk.o \ 7 mt6797-dai-pcm.o \ 8 mt6797-dai-hostless.o \ 9 mt6797-dai-adda.o 10 11obj-$(CONFIG_SND_SOC_MT6797) += snd-soc-mt6797-afe.o 12 13# machine driver 14obj-$(CONFIG_SND_SOC_MT6797_MT6351) += mt6797-mt6351.o 15