Merge branch 'master' of /home/cbou/linux-2.6
[deliverable/linux.git] / drivers / gpio / Makefile
... / ...
CommitLineData
1# gpio support: dedicated expander chips, etc
2
3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
4
5obj-$(CONFIG_GPIOLIB) += gpiolib.o
6
7obj-$(CONFIG_GPIO_MAX7301) += max7301.o
8obj-$(CONFIG_GPIO_MAX732X) += max732x.o
9obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
10obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
11obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
12obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
This page took 0.023954 seconds and 5 git commands to generate.