gpio: move integer GPIO support to its own file
[deliverable/linux.git] / drivers / gpio / Makefile
index d10f6a9d875a2b626bc5a94a8d4bb83efef61a9f..09c5b5643bff54cd0c4c2fb4b0a242593af970a4 100644 (file)
@@ -4,7 +4,9 @@ ccflags-$(CONFIG_DEBUG_GPIO)    += -DDEBUG
 
 obj-$(CONFIG_GPIO_DEVRES)      += devres.o
 obj-$(CONFIG_GPIOLIB)          += gpiolib.o
+obj-$(CONFIG_GPIOLIB)          += gpiolib-legacy.o
 obj-$(CONFIG_OF_GPIO)          += gpiolib-of.o
+obj-$(CONFIG_GPIO_SYSFS)       += gpiolib-sysfs.o
 obj-$(CONFIG_GPIO_ACPI)                += gpiolib-acpi.o
 
 # Device drivers. Generally keep list sorted alphabetically
This page took 0.03748 seconds and 5 git commands to generate.