summaryrefslogtreecommitdiff
path: root/drivers/reset/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-06-20 05:14:01 -0400
committerTom Rini <trini@konsulko.com>2016-06-20 05:14:01 -0400
commit09849f4a7779a247be8af5cfae44f7aad30e1222 (patch)
tree50891a9305714eff354702443555f52f1a65463c /drivers/reset/Makefile
parent7c8ef0feb97586d35b0296b48903daef8c06ab21 (diff)
parent135aa95002646c46e89de93fa36adad1b010548f (diff)
downloadu-boot-imx-09849f4a7779a247be8af5cfae44f7aad30e1222.zip
u-boot-imx-09849f4a7779a247be8af5cfae44f7aad30e1222.tar.gz
u-boot-imx-09849f4a7779a247be8af5cfae44f7aad30e1222.tar.bz2
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r--drivers/reset/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
new file mode 100644
index 0000000..71f3b21
--- /dev/null
+++ b/drivers/reset/Makefile
@@ -0,0 +1,7 @@
+# Copyright (c) 2016, NVIDIA CORPORATION.
+#
+# SPDX-License-Identifier: GPL-2.0
+
+obj-$(CONFIG_DM_RESET) += reset-uclass.o
+obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o
+obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o