3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 23:02:18 +00:00
Brooklyn/sound/soc/mediatek/mt8195/Makefile

16 lines
333 B
Makefile
Raw Normal View History

2022-04-02 13:24:21 +00:00
# SPDX-License-Identifier: GPL-2.0
# platform driver
snd-soc-mt8195-afe-objs := \
mt8195-audsys-clk.o \
mt8195-afe-clk.o \
mt8195-afe-pcm.o \
mt8195-dai-adda.o \
mt8195-dai-etdm.o \
mt8195-dai-pcm.o
obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o
# machine driver
2022-09-09 09:20:25 +00:00
obj-$(CONFIG_SND_SOC_MT8195_MT6359) += mt8195-mt6359.o