# # Makefile for the input misc STM imu lsm6ds3trc driver # lsm6ds3trc-core-y += lsm6ds3trc_core.o obj-$(CONFIG_INPUT_LSM6DS3TRC) += lsm6ds3trc-core.o obj-$(CONFIG_INPUT_LSM6DS3TRC_I2C) += lsm6ds3trc_i2c.o obj-$(CONFIG_INPUT_LSM6DS3TRC_SPI) += lsm6ds3trc_spi.o