mirror of https://gitee.com/openkylin/linux.git
8 lines
341 B
Makefile
8 lines
341 B
Makefile
# MTK Platform Support
|
|
obj-$(CONFIG_SND_SOC_MEDIATEK) += mtk-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
|