summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-11 18:55:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-16 08:46:30 +0200
commitaa9e85c555924f9dc806a6f59034cb9c0b662c2a (patch)
tree5701ec3e46c7a797886621381a9032d2b4f9f9dd /drivers/of/Makefile
parent3f0642d383451b71798a3aedb78ef5493b5f9629 (diff)
downloadbarebox-aa9e85c555924f9dc806a6f59034cb9c0b662c2a.tar.gz
barebox-aa9e85c555924f9dc806a6f59034cb9c0b662c2a.tar.xz
of: add mtd of helpers
Directly taken from the kernel 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 c81bbec89b..a64437305f 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_OFTREE_MEM_GENERIC) += mem_generic.o
obj-$(CONFIG_GPIOLIB) += gpio.o
obj-y += partition.o
obj-y += of_net.o
+obj-$(CONFIG_MTD) += of_mtd.o