Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak...
[pandora-kernel.git] / drivers / gpio / Makefile
1 # gpio support: dedicated expander chips, etc
2
3 ccflags-$(CONFIG_DEBUG_GPIO)    += -DDEBUG
4
5 obj-$(CONFIG_HAVE_GPIO_LIB)     += gpiolib.o
6
7 obj-$(CONFIG_GPIO_MAX7301)      += max7301.o
8 obj-$(CONFIG_GPIO_MCP23S08)     += mcp23s08.o
9 obj-$(CONFIG_GPIO_PCA953X)      += pca953x.o
10 obj-$(CONFIG_GPIO_PCF857X)      += pcf857x.o