blob: c7d764440205c9a5b9e99d959cf138a58e9efb36 [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
5obj-$(CONFIG_POWER_DOMAIN) += power-domain-uclass.o
Álvaro Fernández Rojas8bdcdae2017-05-07 20:28:36 +02006obj-$(CONFIG_BCM6328_POWER_DOMAIN) += bcm6328-power-domain.o
Stephen Warren92c67fa2016-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 Warren402a0fa2016-08-08 11:28:26 -06009obj-$(CONFIG_TEGRA186_POWER_DOMAIN) += tegra186-power-domain.o