summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-02-26 15:59:22 -0700
committerTom Rini <trini@ti.com>2014-03-04 12:15:29 -0500
commit0681195977ce04347f7de8ba88d9ebba10cae6dc (patch)
treef3df5a57ce148ccd48ca48d85f894c913506048a /test/dm/Makefile
parent2e7d35d2a60339cfa54e26a07326bc75e1060bb3 (diff)
downloadu-boot-imx-0681195977ce04347f7de8ba88d9ebba10cae6dc.zip
u-boot-imx-0681195977ce04347f7de8ba88d9ebba10cae6dc.tar.gz
u-boot-imx-0681195977ce04347f7de8ba88d9ebba10cae6dc.tar.bz2
dm: Add a 'dm' command for testing
This command is not required for driver model operation, but can be useful for testing. It provides simple dumps of internal data structures. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> Signed-off-by: Viktor Křivák <viktor.krivak@gmail.com> Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index 6af85b9..4e9afe6 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -4,6 +4,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
+obj-$(CONFIG_CMD_DM) += cmd_dm.o
obj-$(CONFIG_DM_TEST) += test-driver.o
obj-$(CONFIG_DM_TEST) += test-fdt.o
obj-$(CONFIG_DM_TEST) += test-main.o