xref: /linux/drivers/misc/lis3lv02d/Makefile (revision ff606677f6a47c63329cf8e6c7cf978c29f2d736)
1*ff606677SJean Delvare#
2*ff606677SJean Delvare# STMicroelectonics LIS3LV02D and similar accelerometers
3*ff606677SJean Delvare#
4*ff606677SJean Delvare
5*ff606677SJean Delvareobj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o
6*ff606677SJean Delvareobj-$(CONFIG_SENSORS_LIS3_SPI)	+= lis3lv02d_spi.o
7*ff606677SJean Delvareobj-$(CONFIG_SENSORS_LIS3_I2C)	+= lis3lv02d_i2c.o
8