repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RTCs: handle NVRAM better
[wrt350n-kernel.git]
/
drivers
/
hwmon
/
ams
/
Makefile
blob
41c95b2089dcf0ce9a6555ac604c38412e484900
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