brintos

brintos / linux-shallow public Read only

0
0
Text · 249 B · 137e702 Raw
9 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# STMicroelectonics LIS3LV02D and similar accelerometers4#5 6obj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o7obj-$(CONFIG_SENSORS_LIS3_SPI)	+= lis3lv02d_spi.o8obj-$(CONFIG_SENSORS_LIS3_I2C)	+= lis3lv02d_i2c.o9