Makefile 247 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for Apple Motion Sensor driver
  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