home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / gpio / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  455 b   |  15 lines

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