summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-07-30 10:39:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-31 07:29:22 +0200
commit846da3d7df1c0873d437bc7ee1c3e94f5dac6dcf (patch)
tree84d11c9d9251b1adbf318ebe16a7e726ca401660 /drivers/of/Makefile
parent916ca9472fb322f79e9814aa9fc04e504ab0e792 (diff)
downloadbarebox-846da3d7df1c0873d437bc7ee1c3e94f5dac6dcf.tar.gz
barebox-846da3d7df1c0873d437bc7ee1c3e94f5dac6dcf.tar.xz
of: pci: import of_pci_get_devfn()
Marvell MVEBU PCIe driver requires of_pcie_get_devfn(), import it from Linux. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
index c883e516c8..0dc2f8d63e 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -1,6 +1,7 @@
obj-y += address.o base.o fdt.o platform.o
obj-$(CONFIG_OFTREE_MEM_GENERIC) += mem_generic.o
obj-$(CONFIG_OF_GPIO) += of_gpio.o
+obj-$(CONFIG_OF_PCI) += of_pci.o
obj-y += partition.o
obj-y += of_net.o
obj-$(CONFIG_MTD) += of_mtd.o