summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-11-22 10:09:37 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-25 09:01:33 +0100
commitbb7929aaaacd9e154b18bfcedd5c8e2150233d6d (patch)
tree3e99a499350d27cebc0afdcd8c07c49273ac38d4 /drivers/of/Makefile
parent9adc411ce2f93939acd370040d43990bed08a6de (diff)
downloadbarebox-bb7929aaaacd9e154b18bfcedd5c8e2150233d6d.tar.gz
barebox-bb7929aaaacd9e154b18bfcedd5c8e2150233d6d.tar.xz
of: gpio: Add Kconfig variable to depend on
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 a19a8af635..c883e516c8 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -1,6 +1,6 @@
obj-y += address.o base.o fdt.o platform.o
obj-$(CONFIG_OFTREE_MEM_GENERIC) += mem_generic.o
-obj-$(CONFIG_GPIOLIB) += of_gpio.o
+obj-$(CONFIG_OF_GPIO) += of_gpio.o
obj-y += partition.o
obj-y += of_net.o
obj-$(CONFIG_MTD) += of_mtd.o