]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/iio/magnetometer/Makefile
Merge tag 'mvebu-dt64-4.8-1' of git://git.infradead.org/linux-mvebu into next/dt64
[mirror_ubuntu-bionic-kernel.git] / drivers / iio / magnetometer / Makefile
1 #
2 # Makefile for industrial I/O Magnetometer sensor drivers
3 #
4
5 # When adding new entries keep the list in alphabetical order
6 obj-$(CONFIG_AK8975) += ak8975.o
7 obj-$(CONFIG_BMC150_MAGN) += bmc150_magn.o
8 obj-$(CONFIG_BMC150_MAGN_I2C) += bmc150_magn_i2c.o
9 obj-$(CONFIG_BMC150_MAGN_SPI) += bmc150_magn_spi.o
10
11 obj-$(CONFIG_MAG3110) += mag3110.o
12 obj-$(CONFIG_HID_SENSOR_MAGNETOMETER_3D) += hid-sensor-magn-3d.o
13 obj-$(CONFIG_MMC35240) += mmc35240.o
14
15 obj-$(CONFIG_IIO_ST_MAGN_3AXIS) += st_magn.o
16 st_magn-y := st_magn_core.o
17 st_magn-$(CONFIG_IIO_BUFFER) += st_magn_buffer.o
18
19 obj-$(CONFIG_IIO_ST_MAGN_I2C_3AXIS) += st_magn_i2c.o
20 obj-$(CONFIG_IIO_ST_MAGN_SPI_3AXIS) += st_magn_spi.o
21
22 obj-$(CONFIG_SENSORS_HMC5843) += hmc5843_core.o
23 obj-$(CONFIG_SENSORS_HMC5843_I2C) += hmc5843_i2c.o
24 obj-$(CONFIG_SENSORS_HMC5843_SPI) += hmc5843_spi.o