Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
9 lines
377 B
Makefile
9 lines
377 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# MTK Platform Support
|
|
obj-$(CONFIG_SND_SOC_MT8173) += mt8173-afe-pcm.o
|
|
# Machine support
|
|
obj-$(CONFIG_SND_SOC_MT8173_MAX98090) += mt8173-max98090.o
|
|
obj-$(CONFIG_SND_SOC_MT8173_RT5650) += mt8173-rt5650.o
|
|
obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5514) += mt8173-rt5650-rt5514.o
|
|
obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5676) += mt8173-rt5650-rt5676.o
|