Linux-6.18.2/sound/soc/mediatek/mt8188/Makefile
2025-12-23 20:06:59 +08:00

17 lines
351 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# platform driver
snd-soc-mt8188-afe-y := \
mt8188-afe-clk.o \
mt8188-afe-pcm.o \
mt8188-audsys-clk.o \
mt8188-dai-adda.o \
mt8188-dai-dmic.o \
mt8188-dai-etdm.o \
mt8188-dai-pcm.o
obj-$(CONFIG_SND_SOC_MT8188) += snd-soc-mt8188-afe.o
# machine driver
obj-$(CONFIG_SND_SOC_MT8188_MT6359) += mt8188-mt6359.o