Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the STMicroelectronics sensor common modules.
0004 #
0005 
0006 obj-$(CONFIG_IIO_ST_SENSORS_I2C) += st_sensors_i2c.o
0007 obj-$(CONFIG_IIO_ST_SENSORS_SPI) += st_sensors_spi.o
0008 obj-$(CONFIG_IIO_ST_SENSORS_CORE) += st_sensors.o
0009 st_sensors-y := st_sensors_core.o
0010 st_sensors-$(CONFIG_IIO_BUFFER) += st_sensors_buffer.o
0011 st_sensors-$(CONFIG_IIO_TRIGGER) += st_sensors_trigger.o