xref: /kernel/linux/linux-5.10/drivers/iio/common/st_sensors/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/iio/common/st_sensors/
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the STMicroelectronics sensor common modules.
4#
5
6obj-$(CONFIG_IIO_ST_SENSORS_I2C) += st_sensors_i2c.o
7obj-$(CONFIG_IIO_ST_SENSORS_SPI) += st_sensors_spi.o
8obj-$(CONFIG_IIO_ST_SENSORS_CORE) += st_sensors.o
9st_sensors-y := st_sensors_core.o
10st_sensors-$(CONFIG_IIO_BUFFER) += st_sensors_buffer.o
11st_sensors-$(CONFIG_IIO_TRIGGER) += st_sensors_trigger.o
12

Indexes created Thu Nov 07 10:32:03 CST 2024