summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-02-20 22:40:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-06 11:41:28 +0100
commit3e797d70811a868eaae178c53f495bc69ba36a6f (patch)
tree9b41d57f1178836ab562e94e2a2159302cfcebbc /drivers/of/Makefile
parent025b5394bd4c744aad5f419354e540003cddcd4b (diff)
downloadbarebox-3e797d70811a868eaae178c53f495bc69ba36a6f.tar.gz
barebox-3e797d70811a868eaae178c53f495bc69ba36a6f.tar.xz
of: move flat devicetree functions to separate file
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r--drivers/of/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
index 5a5960d182..9de1ca778a 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -1,3 +1,3 @@
-obj-y += base.o
+obj-y += base.o fdt.o
obj-$(CONFIG_GPIOLIB) += gpio.o
obj-y += partition.o