 9c2251dd4b
			
		
	
	
	9c2251dd4b
	
	
	
		
			
			This driver is simple, uses the latest interfaces and contains few if any controversial elements. All of its interfaces have been in place for a long time now. Hence let's move it out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Acked-by: Peter Meerwald <pmeerw@pmeerw.net>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			253 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			253 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for IIO Light sensors
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_ADJD_S311)		+= adjd_s311.o
 | |
| obj-$(CONFIG_SENSORS_LM3533)	+= lm3533-als.o
 | |
| obj-$(CONFIG_SENSORS_TSL2563)	+= tsl2563.o
 | |
| obj-$(CONFIG_VCNL4000)		+= vcnl4000.o
 | |
| obj-$(CONFIG_HID_SENSOR_ALS)	+= hid-sensor-als.o
 |