/drivers/misc/lis3lv02d/Makefile

http://github.com/mirrors/linux · Makefile · 8 lines · 3 code · 1 blank · 4 comment · 0 complexity · 25df78bbc35a9a5fc540b7f3310352d3 MD5 · raw file

  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # STMicroelectonics LIS3LV02D and similar accelerometers
  4. #
  5. obj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o
  6. obj-$(CONFIG_SENSORS_LIS3_SPI) += lis3lv02d_spi.o
  7. obj-$(CONFIG_SENSORS_LIS3_I2C) += lis3lv02d_i2c.o