Makefile (7444a72effa632fcd8edc566f880d96fe213c73b) Makefile (bbcd6d543de335bf81e96477f46a60a8bf51039c)
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
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
8obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
9obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
10obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
11obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.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