7 lines
		
	
	
		
			162 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			162 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for Invensense MPU6050 device.
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_INV_MPU6050_IIO) += inv-mpu6050.o
 | 
						|
inv-mpu6050-objs := inv_mpu_core.o inv_mpu_ring.o inv_mpu_trigger.o
 |