summaryrefslogtreecommitdiff
path: root/drivers/power/domain/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/domain/Makefile')
-rw-r--r--drivers/power/domain/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/domain/Makefile b/drivers/power/domain/Makefile
new file mode 100644
index 0000000000..c18292f0ec
--- /dev/null
+++ b/drivers/power/domain/Makefile
@@ -0,0 +1,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