projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libata: switch to using block layer tagging support
[linux-2.6]
/
drivers
/
hwmon
/
ams
/
Makefile
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