summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-09 23:07:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-14 11:47:42 +0200
commitca77bd8f034d0f20edad7b04990b1ddf2e442e5b (patch)
treef0e6601bb5a61c446e521fc784d9cfd3f0c111ef /drivers/of/Makefile
parentf4eb95053584b1bd79c02024018e19b7f8813b06 (diff)
downloadbarebox-ca77bd8f034d0f20edad7b04990b1ddf2e442e5b.tar.gz
barebox-ca77bd8f034d0f20edad7b04990b1ddf2e442e5b.tar.xz
of: Add devicetree partition parsing
Helper code to probe mtd partitions from the devicetree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r--drivers/of/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
index b38d40b5a8..c14aaec79f 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -1,2 +1,3 @@
obj-y += base.o
obj-y += gpio.o
+obj-y += partition.o