summaryrefslogtreecommitdiff
path: root/drivers/power/domain/Makefile
blob: c18292f0ec881b7460c6557c903e5ca40662a3dd (plain)
1
2
3
4
5
6
7
# Copyright (c) 2016, NVIDIA CORPORATION.
#
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_POWER_DOMAIN) += power-domain-uclass.o
obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain.o
obj-$(CONFIG_SANDBOX_POWER_DOMAIN) += sandbox-power-domain-test.o