summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-09 19:12:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-14 11:47:42 +0200
commit58f3457f4f03313a7bab58f36382d57048fbe1c1 (patch)
tree9662cc78ea52a8a2efb9c3dc4b8d8a0e011f47b2 /drivers/of/Makefile
parentb2a13798a6c68c03ef87fbfdf66f2a942edebabd (diff)
downloadbarebox-58f3457f4f03313a7bab58f36382d57048fbe1c1.tar.gz
barebox-58f3457f4f03313a7bab58f36382d57048fbe1c1.tar.xz
of: add devicetree probing support
This adds code to probe devices from a devicetree. Most helper functions are directly imported from Linux. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r--drivers/of/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
new file mode 100644
index 0000000000..b38d40b5a8
--- /dev/null
+++ b/drivers/of/Makefile
@@ -0,0 +1,2 @@
+obj-y += base.o
+obj-y += gpio.o