Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Makefile for IIO Light sensors
3#
4
5# When adding new entries keep the list in alphabetical order
6obj-$(CONFIG_ADJD_S311) += adjd_s311.o
7obj-$(CONFIG_APDS9300) += apds9300.o
8obj-$(CONFIG_HID_SENSOR_ALS) += hid-sensor-als.o
9obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o
10obj-$(CONFIG_SENSORS_TSL2563) += tsl2563.o
11obj-$(CONFIG_VCNL4000) += vcnl4000.o