Makefile 455 字节
Newer Older
1 2 3 4
# gpio support: dedicated expander chips, etc

ccflags-$(CONFIG_DEBUG_GPIO)	+= -DDEBUG

M
Michael Buesch 已提交
5
obj-$(CONFIG_GPIOLIB)		+= gpiolib.o
6

7
obj-$(CONFIG_GPIO_MAX7301)	+= max7301.o
E
Eric Miao 已提交
8
obj-$(CONFIG_GPIO_MAX732X)	+= max732x.o
9
obj-$(CONFIG_GPIO_MCP23S08)	+= mcp23s08.o
10
obj-$(CONFIG_GPIO_PCA953X)	+= pca953x.o
11
obj-$(CONFIG_GPIO_PCF857X)	+= pcf857x.o
D
David Brownell 已提交
12
obj-$(CONFIG_GPIO_TWL4030)	+= twl4030-gpio.o
13
obj-$(CONFIG_GPIO_XILINX)	+= xilinx_gpio.o
M
Michael Buesch 已提交
14
obj-$(CONFIG_GPIO_BT8XX)	+= bt8xxgpio.o