7 lines
237 B
Makefile
7 lines
237 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
obj-$(CONFIG_SND_SOC_MEDIATEK) += common/
|
||
|
obj-$(CONFIG_SND_SOC_MT2701) += mt2701/
|
||
|
obj-$(CONFIG_SND_SOC_MT6797) += mt6797/
|
||
|
obj-$(CONFIG_SND_SOC_MT8173) += mt8173/
|
||
|
obj-$(CONFIG_SND_SOC_MT8183) += mt8183/
|