OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
drivers
/
macintosh
/
ams
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
Makefile
207 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Makefile
Close
# # Makefile for Apple Motion Sensor driver # ams-y := ams-core.o ams-input.o ams-$(CONFIG_SENSORS_AMS_PMU) += ams-pmu.o ams-$(CONFIG_SENSORS_AMS_I2C) += ams-i2c.o obj-$(CONFIG_SENSORS_AMS) += ams.o