linux/sound/soc/mediatek/mt8196/Makefile
Darren Ye de764b0d18
ASoC: mediatek: mt8196: add machine driver with nau8825
Add support for mt8196 board with nau8825.

Signed-off-by: Darren Ye <darren.ye@mediatek.com>
Signed-off-by: Cyril Chao <Cyril.Chao@mediatek.com>
Link: https://patch.msgid.link/20260430022417.32282-11-Cyril.Chao@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2026-05-05 10:53:21 +09:00

15 lines
311 B
Makefile

# SPDX-License-Identifier: GPL-2.0
# platform driver
snd-soc-mt8196-afe-objs += \
mt8196-afe-pcm.o \
mt8196-afe-clk.o \
mt8196-dai-adda.o \
mt8196-dai-i2s.o \
mt8196-dai-tdm.o
obj-$(CONFIG_SND_SOC_MT8196) += snd-soc-mt8196-afe.o
# machine driver
obj-$(CONFIG_SND_SOC_MT8196_NAU8825) += mt8196-nau8825.o