summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2016-04-25 22:37:00 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-28 07:44:04 +0200
commitbd55401e972d630338d3326373f8aef9d204faaf (patch)
tree7108cc0cf9c6e89824fa2065b59b7c35bb754f7e /drivers/of/Makefile
parent9aa9049cfd999c4a885f214c4d6dfb5eb4bc7bf7 (diff)
downloadbarebox-bd55401e972d630338d3326373f8aef9d204faaf.tar.gz
barebox-bd55401e972d630338d3326373f8aef9d204faaf.tar.xz
OF: Port of_match_device() and of_device_get_match_data()
Port of_match_device() and of_device_get_match_data() from Linux kernel code. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Acked-by: Lucas Stach <l.stach@pengutronix.de> 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 0dc2f8d63e..f31bb293fb 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -1,4 +1,4 @@
-obj-y += address.o base.o fdt.o platform.o
+obj-y += address.o base.o fdt.o platform.o device.o
obj-$(CONFIG_OFTREE_MEM_GENERIC) += mem_generic.o
obj-$(CONFIG_OF_GPIO) += of_gpio.o
obj-$(CONFIG_OF_PCI) += of_pci.o