aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/trigger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/trigger/Makefile')
-rw-r--r--drivers/iio/trigger/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/iio/trigger/Makefile b/drivers/iio/trigger/Makefile
new file mode 100644
index 000000000000..ce319a51b6af
--- /dev/null
+++ b/drivers/iio/trigger/Makefile
@@ -0,0 +1,6 @@
+#
+# Makefile for triggers not associated with iio-devices
+#
+
+obj-$(CONFIG_IIO_INTERRUPT_TRIGGER) += iio-trig-interrupt.o
+obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o