diff options
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile new file mode 100644 index 000000000000..470ecd6aa778 --- /dev/null +++ b/drivers/gpio/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # gpio support: dedicated expander chips, etc | ||
2 | |||
3 | ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG | ||
4 | |||
5 | obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o | ||
6 | |||
7 | obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o | ||
8 | obj-$(CONFIG_GPIO_PCA9539) += pca9539.o | ||
9 | obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o | ||