Stephen Warren | 61f5ddc | 2016-07-13 13:45:31 -0600 | [diff] [blame] | 1 | # Copyright (c) 2016, NVIDIA CORPORATION. |
2 | # | ||||
3 | # SPDX-License-Identifier: GPL-2.0 | ||||
4 | |||||
5 | obj-$(CONFIG_POWER_DOMAIN) += power-domain-uclass.o | ||||
6 | obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o | ||||
7 | obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o |