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

5
obj-$(CONFIG_ADJD_S311)		+= adjd_s311.o
6
obj-$(CONFIG_SENSORS_LM3533)	+= lm3533-als.o
7
obj-$(CONFIG_VCNL4000)		+= vcnl4000.o
8
obj-$(CONFIG_HID_SENSOR_ALS)	+= hid-sensor-als.o