JustOS/linux-6.13/sound/soc/mediatek/mt8188/Makefile
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

16 lines
330 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-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