xref: /OK3568_Linux_fs/kernel/drivers/input/sensors/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun# sensor drivers
3*4882a593Smuzhiyunobj-$(CONFIG_ANGLE_DEVICE)                    += angle/
4*4882a593Smuzhiyunobj-$(CONFIG_GSENSOR_DEVICE)			+= accel/
5*4882a593Smuzhiyunobj-$(CONFIG_COMPASS_DEVICE)			+= compass/
6*4882a593Smuzhiyunobj-$(CONFIG_GYROSCOPE_DEVICE)			+= gyro/
7*4882a593Smuzhiyunobj-$(CONFIG_LIGHT_DEVICE)				+= lsensor/
8*4882a593Smuzhiyunobj-$(CONFIG_PROXIMITY_DEVICE)			+= psensor/
9*4882a593Smuzhiyunobj-$(CONFIG_TEMPERATURE_DEVICE)		+= temperature/
10*4882a593Smuzhiyunobj-$(CONFIG_PRESSURE_DEVICE)			+= pressure/
11*4882a593Smuzhiyunobj-$(CONFIG_HALL_DEVICE)			+= hall/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunobj-$(CONFIG_SENSOR_DEVICE)			+= sensor_dev.o
15*4882a593Smuzhiyunsensor_dev-y = sensor-i2c.o sensor-dev.o
16