mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
fcd9632122
To simplify with maintenance let's move the mediatek power-domain drivers to the new genpd directory. Going forward, patches are intended to be managed through a separate git tree, according to MAINTAINERS. Cc: Matthias Brugger <matthias.bgg@gmail.com> Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Cc: <linux-mediatek@lists.infradead.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
10 lines
393 B
Makefile
10 lines
393 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_MTK_CMDQ) += mtk-cmdq-helper.o
|
|
obj-$(CONFIG_MTK_DEVAPC) += mtk-devapc.o
|
|
obj-$(CONFIG_MTK_INFRACFG) += mtk-infracfg.o
|
|
obj-$(CONFIG_MTK_PMIC_WRAP) += mtk-pmic-wrap.o
|
|
obj-$(CONFIG_MTK_REGULATOR_COUPLER) += mtk-regulator-coupler.o
|
|
obj-$(CONFIG_MTK_MMSYS) += mtk-mmsys.o
|
|
obj-$(CONFIG_MTK_MMSYS) += mtk-mutex.o
|
|
obj-$(CONFIG_MTK_SVS) += mtk-svs.o
|