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 / hwmon / ams / Makefile
Encoding:
Makefile  |  2008-12-24  |  207 b   |  9 lines

  1. #
  2. # Makefile for Apple Motion Sensor driver
  3. #
  4.  
  5. ams-y                    := ams-core.o ams-input.o
  6. ams-$(CONFIG_SENSORS_AMS_PMU)        += ams-pmu.o
  7. ams-$(CONFIG_SENSORS_AMS_I2C)        += ams-i2c.o
  8. obj-$(CONFIG_SENSORS_AMS)        += ams.o
  9.