Makefile 207 B

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