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/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/iio/gyro/Makefile b/drivers/staging/iio/gyro/Makefile
new file mode 100644
index 00000000..98e65006
--- /dev/null
+++ b/drivers/staging/iio/gyro/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for digital gyroscope sensor drivers
+#
+
+adis16060-y := adis16060_core.o
+obj-$(CONFIG_ADIS16060) += adis16060.o
+
+adis16130-y := adis16130_core.o
+obj-$(CONFIG_ADIS16130) += adis16130.o
+
+adis16260-y := adis16260_core.o
+obj-$(CONFIG_ADIS16260) += adis16260.o