1# 2# Makefile for the STMicroelectronics sensor common modules. 3# 4 5obj-$(CONFIG_IIO_ST_SENSORS_I2C) += st_sensors_i2c.o 6obj-$(CONFIG_IIO_ST_SENSORS_SPI) += st_sensors_spi.o 7obj-$(CONFIG_IIO_ST_SENSORS_CORE) += st_sensors.o 8st_sensors-y := st_sensors_core.o 9st_sensors-$(CONFIG_IIO_BUFFER) += st_sensors_buffer.o 10st_sensors-$(CONFIG_IIO_TRIGGER) += st_sensors_trigger.o 11