diff options
author | Cristina Moraru <cristina.moraru09@gmail.com> | 2016-02-14 23:37:39 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-02-24 21:40:39 +0100 |
commit | 7247645f686584552ec0f8ade7267bf7a4907624 (patch) | |
tree | ea9105eab9e0c8562637656dabcd03e8fa26bb38 /drivers/iio/magnetometer/Makefile | |
parent | iio: hmc5843: Add ABI documentation file for hmc5843 (diff) | |
download | linux-7247645f686584552ec0f8ade7267bf7a4907624.tar.xz linux-7247645f686584552ec0f8ade7267bf7a4907624.zip |
iio: hmc5843: Move hmc5843 out of staging
This patch moves hmc5843 driver from staging/iio/magnetometer
to iio/magnetometer, updates the corresponding Makefiles and
moves the hmc5843* entries to the 'Industrial I/O support ->
Magnetometer sensors' menu.
Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>
Cc: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/magnetometer/Makefile')
-rw-r--r-- | drivers/iio/magnetometer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/iio/magnetometer/Makefile b/drivers/iio/magnetometer/Makefile index 2c72df458ec2..dd03fe524481 100644 --- a/drivers/iio/magnetometer/Makefile +++ b/drivers/iio/magnetometer/Makefile @@ -15,3 +15,7 @@ st_magn-$(CONFIG_IIO_BUFFER) += st_magn_buffer.o obj-$(CONFIG_IIO_ST_MAGN_I2C_3AXIS) += st_magn_i2c.o obj-$(CONFIG_IIO_ST_MAGN_SPI_3AXIS) += st_magn_spi.o + +obj-$(CONFIG_SENSORS_HMC5843) += hmc5843_core.o +obj-$(CONFIG_SENSORS_HMC5843_I2C) += hmc5843_i2c.o +obj-$(CONFIG_SENSORS_HMC5843_SPI) += hmc5843_spi.o |