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