| David Brownell | a9c5fff | 2008-02-04 22:28:17 -0800 | [diff] [blame] | 1 | # gpio support: dedicated expander chips, etc | 
| 2 | |||||
| 3 | ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG | ||||
| 4 | |||||
| David Brownell | d2876d0 | 2008-02-04 22:28:20 -0800 | [diff] [blame^] | 5 | obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o | 
| 6 | |||||