summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/trigger/Makefile
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-08-18 18:06:30 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:25 -0700
commit7f3a1fb998e11a45d14556cc17f72d4f8aa89732 (patch)
tree7dbaa9c7e716a62cf0ea0ab8fe5a3d020d4c6e44 /drivers/staging/iio/trigger/Makefile
parent0a1231dfea57516fb6cf107afdfb625a11a1cc5e (diff)
Staging: IIO: Periodic timer based trigger
The original posting of this driver led to a discussion in which it was commented that a better system was needed for dealing with the many possible periodic interrupt sources available on some SoCs. Unfortunately that is a big task and as far as I know, no-one has taken it on as yet. So in the meantime this driver is still in here. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/trigger/Makefile')
-rw-r--r--drivers/staging/iio/trigger/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/iio/trigger/Makefile b/drivers/staging/iio/trigger/Makefile
new file mode 100644
index 00000000000..4ae55b9abae
--- /dev/null
+++ b/drivers/staging/iio/trigger/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for triggers not associated with iio-devices
+#
+obj-$(CONFIG_IIO_PERIODIC_RTC_TRIGGER) += iio-trig-periodic-rtc.o
+