Makefile 568 B

1234567891011121314151617
  1. #
  2. # Makefile for industrial I/O Magnetometer sensor drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. obj-$(CONFIG_AK8975) += ak8975.o
  6. obj-$(CONFIG_BMC150_MAGN) += bmc150_magn.o
  7. obj-$(CONFIG_MAG3110) += mag3110.o
  8. obj-$(CONFIG_HID_SENSOR_MAGNETOMETER_3D) += hid-sensor-magn-3d.o
  9. obj-$(CONFIG_MMC35240) += mmc35240.o
  10. obj-$(CONFIG_IIO_ST_MAGN_3AXIS) += st_magn.o
  11. st_magn-y := st_magn_core.o
  12. st_magn-$(CONFIG_IIO_BUFFER) += st_magn_buffer.o
  13. obj-$(CONFIG_IIO_ST_MAGN_I2C_3AXIS) += st_magn_i2c.o
  14. obj-$(CONFIG_IIO_ST_MAGN_SPI_3AXIS) += st_magn_spi.o