]> git.sur5r.net Git - u-boot/blob - drivers/power/domain/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / drivers / power / domain / Makefile
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