summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen2012-11-20 14:36:00 +0100
committerJonathan Cameron2012-11-20 22:28:51 +0100
commit2f3abe6cbb6c963ac790b40936b6761c9f0497b4 (patch)
tree1050db75a5d9c8040c500e10e5a308ab5d2ed5df /drivers/iio/imu/Makefile
parentiio: Factor out fixed point number parsing into its own function (diff)
downloadkernel-qcow2-linux-2f3abe6cbb6c963ac790b40936b6761c9f0497b4.tar.gz
kernel-qcow2-linux-2f3abe6cbb6c963ac790b40936b6761c9f0497b4.tar.xz
kernel-qcow2-linux-2f3abe6cbb6c963ac790b40936b6761c9f0497b4.zip
iio:imu: Add support for the ADIS16480 and similar IMUs
This patch adds support for the ADIS16375, ADIS16480, ADIS16485, ADIS16488 6 degree to 10 degree of freedom IMUs. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/imu/Makefile')
-rw-r--r--drivers/iio/imu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/imu/Makefile b/drivers/iio/imu/Makefile
index 97676ab5723d..cfe57638f6f9 100644
--- a/drivers/iio/imu/Makefile
+++ b/drivers/iio/imu/Makefile
@@ -2,6 +2,8 @@
# Makefile for Inertial Measurement Units
#
+obj-$(CONFIG_ADIS16480) += adis16480.o
+
adis_lib-y += adis.o
adis_lib-$(CONFIG_IIO_ADIS_LIB_BUFFER) += adis_trigger.o
adis_lib-$(CONFIG_IIO_ADIS_LIB_BUFFER) += adis_buffer.o