aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-01-22 12:48:41 +0100
committerLars-Peter Clausen <lars@metafoo.de>2010-01-22 13:48:07 +0100
commitb29086188b50e3794533074c2831b4b44507e7e9 (patch)
tree69db3c52e36c2517de6d81797e1cdc999d6bc0d9 /drivers/gpio/Makefile
parent014ca5dd44350a7f9ae60aa6f5ea423681e979c9 (diff)
pcf50633: Move pcf50633-gpio driver to the gpio drivers folder
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 00a532c9a1e..25d66f19fb2 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -19,3 +19,4 @@ obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o
obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o
+obj-$(CONFIG_GPIO_PCF50633) += pcf50633-gpio.o