xref: /linux/drivers/misc/lis3lv02d/Makefile (revision bef4d2037d2143a4df6430bbe1e970fc7e616f6c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# STMicroelectonics LIS3LV02D and similar accelerometers
4#
5
6obj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o
7obj-$(CONFIG_SENSORS_LIS3_SPI)	+= lis3lv02d_spi.o
8obj-$(CONFIG_SENSORS_LIS3_I2C)	+= lis3lv02d_i2c.o
9