Makefile 170 B

1234567
  1. # gpio support: dedicated expander chips, etc
  2. ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
  3. obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o
  4. obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o