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 / regulator / Makefile < prev   
Encoding:
Makefile  |  2009-09-09  |  467 b   |  17 lines

  1. #
  2. # Makefile for regulator drivers.
  3. #
  4.  
  5. obj-$(CONFIG_REGULATOR) += core.o
  6. obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
  7. obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
  8.  
  9. obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
  10. obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
  11. obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
  12. obj-$(CONFIG_REGULATOR_DA903X)    += da903x.o
  13.  
  14. obj-$(CONFIG_REGULATOR_MC13892) += reg-mc13892.o
  15.  
  16. ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
  17.