summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/gyro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/iio/gyro/Makefile')
-rw-r--r--drivers/staging/iio/gyro/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/iio/gyro/Makefile b/drivers/staging/iio/gyro/Makefile
new file mode 100644
index 000000000000..6d2c547686cb
--- /dev/null
+++ b/drivers/staging/iio/gyro/Makefile
@@ -0,0 +1,7 @@
+
+# Makefile for digital gyroscope sensor drivers
+#
+
+adis16260-y := adis16260_core.o
+adis16260-$(CONFIG_IIO_RING_BUFFER) += adis16260_ring.o adis16260_trigger.o
+obj-$(CONFIG_ADIS16260) += adis16260.o