mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
53f3b81e5a
Fuck him
16 lines
361 B
Makefile
16 lines
361 B
Makefile
# 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
|
|
obj-$(CONFIG_SND_SOC_MT8195_MT6359_RT1019_RT5682) += mt8195-mt6359-rt1019-rt5682.o
|