9 lines
		
	
	
		
			296 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			296 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # Makefile for sensors seen through the ChromeOS EC sensor hub.
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_IIO_CROS_EC_SENSORS_CORE) += cros_ec_sensors_core.o
 | |
| obj-$(CONFIG_IIO_CROS_EC_SENSORS) += cros_ec_sensors.o
 | |
| obj-$(CONFIG_IIO_CROS_EC_SENSORS_LID_ANGLE) += cros_ec_lid_angle.o
 |