thermal: fair_share: use the weight from the thermal instance
[deliverable/linux.git] / drivers / iio / magnetometer / Makefile
CommitLineData
bc1d57ba 1#
2# Makefile for industrial I/O Magnetometer sensor drivers
3#
4
3edc84e6 5# When adding new entries keep the list in alphabetical order
2fc72cd8 6obj-$(CONFIG_AK8975) += ak8975.o
39631b5f 7obj-$(CONFIG_MAG3110) += mag3110.o
bc1d57ba 8obj-$(CONFIG_HID_SENSOR_MAGNETOMETER_3D) += hid-sensor-magn-3d.o
872e79ad
DC
9
10obj-$(CONFIG_IIO_ST_MAGN_3AXIS) += st_magn.o
11st_magn-y := st_magn_core.o
12st_magn-$(CONFIG_IIO_BUFFER) += st_magn_buffer.o
13
14obj-$(CONFIG_IIO_ST_MAGN_I2C_3AXIS) += st_magn_i2c.o
15obj-$(CONFIG_IIO_ST_MAGN_SPI_3AXIS) += st_magn_spi.o
This page took 0.246453 seconds and 5 git commands to generate.