]> Git Repo - u-boot.git/blob - drivers/power/domain/Makefile
global: Rename SPL_ to XPL_
[u-boot.git] / drivers / power / domain / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Copyright (c) 2016, NVIDIA CORPORATION.
4 #
5
6 obj-$(CONFIG_$(XPL_)POWER_DOMAIN) += power-domain-uclass.o
7 obj-$(CONFIG_APPLE_PMGR_POWER_DOMAIN) += apple-pmgr.o
8 obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
9 obj-$(CONFIG_IMX8_POWER_DOMAIN) += imx8-power-domain-legacy.o imx8-power-domain.o
10 obj-$(CONFIG_IMX8M_POWER_DOMAIN) += imx8m-power-domain.o
11 obj-$(CONFIG_IMX8MP_HSIOMIX_BLKCTRL) += imx8mp-hsiomix.o
12 obj-$(CONFIG_MTK_POWER_DOMAIN) += mtk-power-domain.o
13 obj-$(CONFIG_MESON_GX_VPU_POWER_DOMAIN) += meson-gx-pwrc-vpu.o
14 obj-$(CONFIG_MESON_EE_POWER_DOMAIN) += meson-ee-pwrc.o
15 obj-$(CONFIG_MESON_SECURE_POWER_DOMAIN) += meson-secure-pwrc.o
16 obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
17 obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o
18 obj-$(CONFIG_SCMI_POWER_DOMAIN) += scmi-power-domain.o
19 obj-$(CONFIG_TEGRA186_POWER_DOMAIN) += tegra186-power-domain.o
20 obj-$(CONFIG_TI_SCI_POWER_DOMAIN) += ti-sci-power-domain.o
21 obj-$(CONFIG_TI_POWER_DOMAIN) += ti-power-domain.o
22 obj-$(CONFIG_ZYNQMP_POWER_DOMAIN) += zynqmp-power-domain.o
This page took 0.029087 seconds and 4 git commands to generate.