Makefile 367 B

123456789101112
  1. # gpio support: dedicated expander chips, etc
  2. ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
  3. obj-$(CONFIG_GPIOLIB) += gpiolib.o
  4. obj-$(CONFIG_GPIO_MAX7301) += max7301.o
  5. obj-$(CONFIG_GPIO_MAX732X) += max732x.o
  6. obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
  7. obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
  8. obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
  9. obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o