summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-24 21:03:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-19 10:09:48 +0200
commitc0f9d1bad238790056d9d7916ef40c84ec3185c1 (patch)
treed718a890131c99a453bfa44ddad1b11dca02d3bc /common/Makefile
parent9135dd5f672e2805f8ad08a6535fc36b7eb8957c (diff)
downloadbarebox-c0f9d1bad238790056d9d7916ef40c84ec3185c1.tar.gz
barebox-c0f9d1bad238790056d9d7916ef40c84ec3185c1.tar.xz
initial oftree command support
This adds basic device tree command support. So far we can parse a flat device tree (-p), which also stores the tree in memory, dump it (-d) and free (-f) the internally stored tree. The chosen node can be updated with barebox bootargs, no other device tree manipulation is implemented yet. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 74946e9dcb..7bb8ea4322 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -8,6 +8,7 @@ obj-$(CONFIG_AUTO_COMPLETE) += complete.o
obj-$(CONFIG_POLLER) += poller.o
obj-$(CONFIG_BLOCK) += block.o
obj-$(CONFIG_CMD_LOADS) += s_record.o
+obj-$(CONFIG_OFTREE) += oftree.o
obj-y += memory.o
obj-$(CONFIG_MALLOC_DLMALLOC) += dlmalloc.o