brintos

brintos / linux-shallow public Read only

0
0
Text · 403 B · f7fb3b7 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the STMicroelectronics sensor common modules.4#5 6obj-$(CONFIG_IIO_ST_SENSORS_I2C) += st_sensors_i2c.o7obj-$(CONFIG_IIO_ST_SENSORS_SPI) += st_sensors_spi.o8obj-$(CONFIG_IIO_ST_SENSORS_CORE) += st_sensors.o9st_sensors-y := st_sensors_core.o10st_sensors-$(CONFIG_IIO_BUFFER) += st_sensors_buffer.o11st_sensors-$(CONFIG_IIO_TRIGGER) += st_sensors_trigger.o12