summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-10-02 08:54:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-10-02 08:54:42 +0200
commit9d7cd03e2a285c0bbe7271afe46f6d717b0c1dfe (patch)
tree7a6ec7cbb08d534b733d810c33105f2d303a73ae /commands/Makefile
parent815288c59895ea48ff677ad8f575d3eec679c11b (diff)
parentd21f496abaafcf828bd2dc0ec74d275c524fae65 (diff)
downloadbarebox-9d7cd03e2a285c0bbe7271afe46f6d717b0c1dfe.tar.gz
barebox-9d7cd03e2a285c0bbe7271afe46f6d717b0c1dfe.tar.xz
Merge branch 'for-next/of'
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 58e70fee1a..b1cdf331c4 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -76,6 +76,7 @@ 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_OF_DISPLAY_TIMINGS) += of_display_timings.o
obj-$(CONFIG_CMD_MAGICVAR) += magicvar.o
obj-$(CONFIG_CMD_IOMEM) += iomemport.o
obj-$(CONFIG_CMD_LINUX_EXEC) += linux_exec.o