kernel_samsung_a34x-permissive/drivers/misc/mediatek/sensors-1.0/gyroscope/Makefile
2024-04-28 15:51:13 +02:00

11 lines
412 B
Makefile

# In case the platform does NOT support this type of sensors
ccflags-y += -I$(srctree)/drivers/misc/mediatek/sensors-1.0/hwmon/include
ccflags-y += -I$(srctree)/drivers/misc/mediatek/sensors-1.0/include
obj-y += gyroscope.o gyro_factory.o
obj-$(CONFIG_MTK_GYROHUB) += gyrohub/
#obj-$(CONFIG_MTK_BMI160GY_I2C) += bmi160gy-i2c/
obj-$(CONFIG_MTK_ITG1010) += ITG1010/
#obj-$(CONFIG_MTK_MPU6050GY) += mpu6050gy/