1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# Makefile for the STMicroelectronics sensor common modules. 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun 6*4882a593Smuzhiyunobj-$(CONFIG_IIO_ST_SENSORS_I2C) += st_sensors_i2c.o 7*4882a593Smuzhiyunobj-$(CONFIG_IIO_ST_SENSORS_SPI) += st_sensors_spi.o 8*4882a593Smuzhiyunobj-$(CONFIG_IIO_ST_SENSORS_CORE) += st_sensors.o 9*4882a593Smuzhiyunst_sensors-y := st_sensors_core.o 10*4882a593Smuzhiyunst_sensors-$(CONFIG_IIO_BUFFER) += st_sensors_buffer.o 11*4882a593Smuzhiyunst_sensors-$(CONFIG_IIO_TRIGGER) += st_sensors_trigger.o 12