Makefile (cf033e04da315ba949e804c127abae0134bda30f) Makefile (22929e1266e9a61048bfaef381ad4fb2e2fc3ef5)
1# SPDX-License-Identifier: GPL-2.0
2#
1# Copyright (c) 2016, NVIDIA CORPORATION.
2#
3# Copyright (c) 2016, NVIDIA CORPORATION.
4#
3# SPDX-License-Identifier: GPL-2.0
4
5obj-$(CONFIG_$(SPL_)POWER_DOMAIN) += power-domain-uclass.o
6obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
7obj-$(CONFIG_IMX8_POWER_DOMAIN) += imx8-power-domain.o
8obj-$(CONFIG_MESON_GX_VPU_POWER_DOMAIN) += meson-gx-pwrc-vpu.o
9obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
10obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o
11obj-$(CONFIG_TEGRA186_POWER_DOMAIN) += tegra186-power-domain.o
12obj-$(CONFIG_TI_SCI_POWER_DOMAIN) += ti-sci-power-domain.o
5
6obj-$(CONFIG_$(SPL_)POWER_DOMAIN) += power-domain-uclass.o
7obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
8obj-$(CONFIG_IMX8_POWER_DOMAIN) += imx8-power-domain.o
9obj-$(CONFIG_MESON_GX_VPU_POWER_DOMAIN) += meson-gx-pwrc-vpu.o
10obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
11obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o
12obj-$(CONFIG_TEGRA186_POWER_DOMAIN) += tegra186-power-domain.o
13obj-$(CONFIG_TI_SCI_POWER_DOMAIN) += ti-sci-power-domain.o