mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
8d0d4884ba
Add mt7986 platform driver. Signed-off-by: Maso Huang <maso.huang@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230817101338.18782-4-maso.huang@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
12 lines
437 B
Makefile
12 lines
437 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_MT7986) += mt7986/
|
|
obj-$(CONFIG_SND_SOC_MT8173) += mt8173/
|
|
obj-$(CONFIG_SND_SOC_MT8183) += mt8183/
|
|
obj-$(CONFIG_SND_SOC_MT8186) += mt8186/
|
|
obj-$(CONFIG_SND_SOC_MT8188) += mt8188/
|
|
obj-$(CONFIG_SND_SOC_MT8192) += mt8192/
|
|
obj-$(CONFIG_SND_SOC_MT8195) += mt8195/
|