/drivers/misc/lis3lv02d/Makefile
http://github.com/mirrors/linux · Makefile · 8 lines · 3 code · 1 blank · 4 comment · 0 complexity · 25df78bbc35a9a5fc540b7f3310352d3 MD5 · raw file
- # SPDX-License-Identifier: GPL-2.0-only
- #
- # STMicroelectonics LIS3LV02D and similar accelerometers
- #
- obj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o
- obj-$(CONFIG_SENSORS_LIS3_SPI) += lis3lv02d_spi.o
- obj-$(CONFIG_SENSORS_LIS3_I2C) += lis3lv02d_i2c.o