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