summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro/Makefile
diff options
context:
space:
mode:
authorBarry Song <barry.song@analog.com>2010-10-27 21:44:04 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-09 15:46:38 -0800
commite071f6b8e47834e9c91a299a5e773bebffe10e67 (patch)
tree1e11a30fa8f1fcca621627f2a2414fdb3b9dbb0b /drivers/staging/iio/gyro/Makefile
parent4f0cd86d66a81fd77912504d0e0b5883c473512e (diff)
downloadlinux-e071f6b8e47834e9c91a299a5e773bebffe10e67.tar.bz2
staging: iio: gyro: new driver for ADIS16060 digital output gyros
Signed-off-by: Barry Song <barry.song@analog.com> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/gyro/Makefile')
-rw-r--r--drivers/staging/iio/gyro/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/iio/gyro/Makefile b/drivers/staging/iio/gyro/Makefile
index 8a592d8f7f72..e2c4acb608b4 100644
--- a/drivers/staging/iio/gyro/Makefile
+++ b/drivers/staging/iio/gyro/Makefile
@@ -2,6 +2,9 @@
# Makefile for digital gyroscope sensor drivers
#
+adis16060-y := adis16060_core.o
+obj-$(CONFIG_ADIS16060) += adis16060.o
+
adis16260-y := adis16260_core.o
adis16260-$(CONFIG_IIO_RING_BUFFER) += adis16260_ring.o adis16260_trigger.o
obj-$(CONFIG_ADIS16260) += adis16260.o