summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/magnetometer/Makefile
diff options
context:
space:
mode:
authorShubhrajyoti D <shubhrajyoti@ti.com>2010-07-17 18:32:52 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 14:26:57 -0700
commitb4e178224cfdc8aae7dda0baab34a4e4110a2e93 (patch)
tree29f3e3da22b4af2e9276056b1fff4d20c1d34391 /drivers/staging/iio/magnetometer/Makefile
parent5fc9e4d527f059a996f4725a596698fa76c0370f (diff)
Staging: iio: add digital compass hmc5843 driver
Adding support for the Honeywell HMC5843. The interface to the device is i2c TODO: Adding the documentation Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/magnetometer/Makefile')
-rw-r--r--drivers/staging/iio/magnetometer/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/iio/magnetometer/Makefile b/drivers/staging/iio/magnetometer/Makefile
new file mode 100644
index 000000000000..f9bfb2e11d7d
--- /dev/null
+++ b/drivers/staging/iio/magnetometer/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for industrial I/O Magnetometer sensors
+#
+
+obj-$(CONFIG_SENSORS_HMC5843) += hmc5843.o