mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
6 lines
162 B
Makefile
6 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
|