iio: gp2ap020a00f: Add a driver for the device
[deliverable/linux.git] / drivers / iio / light / Makefile
1 #
2 # Makefile for IIO Light sensors
3 #
4
5 # When adding new entries keep the list in alphabetical order
6 obj-$(CONFIG_ADJD_S311) += adjd_s311.o
7 obj-$(CONFIG_APDS9300) += apds9300.o
8 obj-$(CONFIG_GP2AP020A00F) += gp2ap020a00f.o
9 obj-$(CONFIG_HID_SENSOR_ALS) += hid-sensor-als.o
10 obj-$(CONFIG_SENSORS_LM3533) += lm3533-als.o
11 obj-$(CONFIG_SENSORS_TSL2563) += tsl2563.o
12 obj-$(CONFIG_TCS3472) += tcs3472.o
13 obj-$(CONFIG_TSL4531) += tsl4531.o
14 obj-$(CONFIG_VCNL4000) += vcnl4000.o
This page took 0.030928 seconds and 5 git commands to generate.