summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/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/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/Makefile')
-rw-r--r--drivers/staging/iio/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/iio/Makefile b/drivers/staging/iio/Makefile
index dea4536ff827..7ec021810a77 100644
--- a/drivers/staging/iio/Makefile
+++ b/drivers/staging/iio/Makefile
@@ -11,4 +11,6 @@ obj-$(CONFIG_IIO_SW_RING) += ring_sw.o
obj-y += accel/
obj-y += adc/
-obj-y += light/ \ No newline at end of file
+obj-y += light/
+
+obj-y += trigger/ \ No newline at end of file