brintos

brintos / linux-shallow public Read only

0
0
Text · 247 B · 3b58d02 Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for Apple Motion Sensor driver4#5 6ams-y					:= ams-core.o ams-input.o7ams-$(CONFIG_SENSORS_AMS_PMU)		+= ams-pmu.o8ams-$(CONFIG_SENSORS_AMS_I2C)		+= ams-i2c.o9obj-$(CONFIG_SENSORS_AMS)		+= ams.o10