Makefile 425 B

1234567891011121314
  1. #
  2. # Makefile for industrial I/O gyroscope sensor drivers
  3. #
  4. obj-$(CONFIG_ADIS16080) += adis16080.o
  5. obj-$(CONFIG_ADIS16136) += adis16136.o
  6. obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o
  7. obj-$(CONFIG_IIO_ST_GYRO_3AXIS) += st_gyro.o
  8. st_gyro-y := st_gyro_core.o
  9. st_gyro-$(CONFIG_IIO_BUFFER) += st_gyro_buffer.o
  10. obj-$(CONFIG_IIO_ST_GYRO_I2C_3AXIS) += st_gyro_i2c.o
  11. obj-$(CONFIG_IIO_ST_GYRO_SPI_3AXIS) += st_gyro_spi.o