Makefile 368 B

1234567891011
  1. #
  2. # Makefile for the STMicroelectronics sensor common modules.
  3. #
  4. obj-$(CONFIG_IIO_ST_SENSORS_I2C) += st_sensors_i2c.o
  5. obj-$(CONFIG_IIO_ST_SENSORS_SPI) += st_sensors_spi.o
  6. obj-$(CONFIG_IIO_ST_SENSORS_CORE) += st_sensors.o
  7. st_sensors-y := st_sensors_core.o
  8. st_sensors-$(CONFIG_IIO_BUFFER) += st_sensors_buffer.o
  9. st_sensors-$(CONFIG_IIO_TRIGGER) += st_sensors_trigger.o