blob: c18292f0ec881b7460c6557c903e5ca40662a3dd [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
5obj-$(CONFIG_POWER_DOMAIN) += power-domain-uclass.o
6obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
7obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o