summaryrefslogtreecommitdiff
path: root/commands/Makefile
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2016-02-25 08:36:48 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-03-01 08:25:48 +0100
commit11c0f8159d89cc840abed0cbc43497bad6dd99bd (patch)
treeebf0ff50499e38f4d1170c23f9f240e05a0486c4 /commands/Makefile
parent153c34b34790d89076fc03f3b8798a60c140754b (diff)
downloadbarebox-11c0f8159d89cc840abed0cbc43497bad6dd99bd.tar.gz
commands: Add of_fixup_status
of_fixup_status enables or disables the status property of a given node with a device tree fixup. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> 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 d98534119d..8975d4bd40 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -78,6 +78,7 @@ 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_OF_DISPLAY_TIMINGS) += of_display_timings.o
+obj-$(CONFIG_CMD_OF_FIXUP_STATUS) += of_fixup_status.o
obj-$(CONFIG_CMD_MAGICVAR) += magicvar.o
obj-$(CONFIG_CMD_IOMEM) += iomemport.o
obj-$(CONFIG_CMD_LINUX_EXEC) += linux_exec.o