Makefile 315 字节
Newer Older
1 2 3 4
#
# Makefile for IIO Light sensors
#

5
# When adding new entries keep the list in alphabetical order
6
obj-$(CONFIG_ADJD_S311)		+= adjd_s311.o
7
obj-$(CONFIG_HID_SENSOR_ALS)	+= hid-sensor-als.o
8
obj-$(CONFIG_SENSORS_LM3533)	+= lm3533-als.o
9
obj-$(CONFIG_SENSORS_TSL2563)	+= tsl2563.o
10
obj-$(CONFIG_VCNL4000)		+= vcnl4000.o