Makefile 162 B

123456
  1. #
  2. # Makefile for Invensense MPU6050 device.
  3. #
  4. obj-$(CONFIG_INV_MPU6050_IIO) += inv-mpu6050.o
  5. inv-mpu6050-objs := inv_mpu_core.o inv_mpu_ring.o inv_mpu_trigger.o