]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/iio/magnetometer/Makefile
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[karo-tx-linux.git] / drivers / iio / magnetometer / Makefile
1 #
2 # Makefile for industrial I/O Magnetometer sensor drivers
3 #
4
5 obj-$(CONFIG_AK8975)    += ak8975.o
6 obj-$(CONFIG_HID_SENSOR_MAGNETOMETER_3D) += hid-sensor-magn-3d.o
7
8 obj-$(CONFIG_IIO_ST_MAGN_3AXIS) += st_magn.o
9 st_magn-y := st_magn_core.o
10 st_magn-$(CONFIG_IIO_BUFFER) += st_magn_buffer.o
11
12 obj-$(CONFIG_IIO_ST_MAGN_I2C_3AXIS) += st_magn_i2c.o
13 obj-$(CONFIG_IIO_ST_MAGN_SPI_3AXIS) += st_magn_spi.o