blob: 6bdaa175e919f064626c1991ba46ff2d597bc01b [file] [log] [blame]
Stephen Warren92c67fa2016-07-13 13:45:31 -06001# Copyright (c) 2016, NVIDIA CORPORATION.
2#
3# SPDX-License-Identifier: GPL-2.0
4
Peng Fan3775fed2018-07-27 10:20:37 +08005obj-$(CONFIG_$(SPL_)POWER_DOMAIN) += power-domain-uclass.o
Álvaro Fernández Rojas8bdcdae2017-05-07 20:28:36 +02006obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
Neil Armstrong32edad52018-08-06 14:49:19 +02007obj-$(CONFIG_MESON_GX_VPU_POWER_DOMAIN) += meson-gx-pwrc-vpu.o
Stephen Warren92c67fa2016-07-13 13:45:31 -06008obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
9obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o
Stephen Warren402a0fa2016-08-08 11:28:26 -060010obj-$(CONFIG_TEGRA186_POWER_DOMAIN) += tegra186-power-domain.o
Andreas Dannenberg24c6e912018-08-27 15:57:45 +053011obj-$(CONFIG_TI_SCI_POWER_DOMAIN) += ti-sci-power-domain.o