xref: /rk3399_rockchip-uboot/drivers/power/domain/Makefile (revision 5d43feabf3707ae4e879b54450e5a3c3c664b2b9)
1# 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
8