blob: 020eee23782bde355593a13e3f4dba2db0b2cfc2 [file] [log] [blame]
Stephen Warren61f5ddc2016-07-13 13:45:31 -06001# Copyright (c) 2016, NVIDIA CORPORATION.
2#
3# SPDX-License-Identifier: GPL-2.0
4
Peng Fane13278c2018-07-27 10:20:37 +08005obj-$(CONFIG_$(SPL_)POWER_DOMAIN) += power-domain-uclass.o
Álvaro Fernández Rojas7810fb92017-05-07 20:28:36 +02006obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
Stephen Warren61f5ddc2016-07-13 13:45:31 -06007obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
8obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o
Stephen Warren24cdf1a2016-08-08 11:28:26 -06009obj-$(CONFIG_TEGRA186_POWER_DOMAIN) += tegra186-power-domain.o