Makefile (ff1d5c2f0268f4e32103536e2e65480b5b7b6530) | Makefile (7444a72effa632fcd8edc566f880d96fe213c73b) |
---|---|
1# gpio support: dedicated expander chips, etc 2 3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG 4 | 1# gpio support: dedicated expander chips, etc 2 3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG 4 |
5obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o | 5obj-$(CONFIG_GPIOLIB) += gpiolib.o |
6 7obj-$(CONFIG_GPIO_MAX7301) += max7301.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 | 6 7obj-$(CONFIG_GPIO_MAX7301) += max7301.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 |