summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-05-09 08:49:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-09 08:49:50 +0200
commit5c83ce6091f7ec0ea25cd9c1fadbb8f3438fa2e4 (patch)
tree8d0679e366a3969e7357a68cd28924ce59acb9cb /drivers/of/Makefile
parentfd2f990204d5519acf766e2b486a69f0854b86cb (diff)
parentd34b5ffc7f3972e91c9411e48b45b17b846fd555 (diff)
downloadbarebox-5c83ce6091f7ec0ea25cd9c1fadbb8f3438fa2e4.tar.gz
barebox-5c83ce6091f7ec0ea25cd9c1fadbb8f3438fa2e4.tar.xz
Merge branch 'for-next/pci'
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 773548e133..ec43870061 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -1,4 +1,4 @@
-obj-y += address.o base.o fdt.o platform.o of_path.o
+obj-y += address.o base.o fdt.o platform.o of_path.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