blob: 41c95b2089dcf0ce9a6555ac604c38412e484900 [file] [log] [blame]
Stelian Popdcb69dd2006-12-12 18:18:30 +01001#
2# Makefile for Apple Motion Sensor driver
3#
4
5ams-y := ams-core.o ams-input.o
6ams-$(CONFIG_SENSORS_AMS_PMU) += ams-pmu.o
7ams-$(CONFIG_SENSORS_AMS_I2C) += ams-i2c.o
8obj-$(CONFIG_SENSORS_AMS) += ams.o