summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-05-19 13:58:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-22 08:09:09 +0200
commit9cd128d6bea2152ee2152543f688fff3be13db52 (patch)
treecdd45dbabb7c73874974edb1753896880671dd0f /commands/Makefile
parente275b2653f87dc6969b3c0baf6f0e7460c62a8db (diff)
downloadbarebox-9cd128d6bea2152ee2152543f688fff3be13db52.tar.gz
barebox-9cd128d6bea2152ee2152543f688fff3be13db52.tar.xz
commands: add of_dump command
The oftree command is overloaded. This adds a dedicated command which only dumps devicetrees to the console so that the corresponding functionality in the oftree command can be removed in the next step. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 2373ccf3e2..030a9061ab 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -75,6 +75,7 @@ obj-$(CONFIG_CMD_TIME) += time.o
obj-$(CONFIG_CMD_OFTREE) += oftree.o
obj-$(CONFIG_CMD_OF_PROPERTY) += of_property.o
obj-$(CONFIG_CMD_OF_NODE) += of_node.o
+obj-$(CONFIG_CMD_OF_DUMP) += of_dump.o
obj-$(CONFIG_CMD_MAGICVAR) += magicvar.o
obj-$(CONFIG_CMD_IOMEM) += iomemport.o
obj-$(CONFIG_CMD_LINUX_EXEC) += linux_exec.o