Sign in
googlers
/
maze
/
linux
/
9974b6ea7b85a32f34f824443f47aa501c85ee8f
/
.
/
drivers
/
gpio
/
Makefile
blob: 470ecd6aa778ee3c132fff431e513df80ef4c3a1 [
file
] [
log
] [
blame
]
# gpio support: dedicated expander chips, etc
ccflags
-
$
(
CONFIG_DEBUG_GPIO
)
+=
-
DDEBUG
obj
-
$
(
CONFIG_HAVE_GPIO_LIB
)
+=
gpiolib
.
o
obj
-
$
(
CONFIG_GPIO_MCP23S08
)
+=
mcp23s08
.
o
obj
-
$
(
CONFIG_GPIO_PCA9539
)
+=
pca9539
.
o
obj
-
$
(
CONFIG_GPIO_PCF857X
)
+=
pcf857x
.
o