aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/iio/trigger/Makefile
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-08-18 18:06:31 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:25 -0700
commit930bae8667c100d727360c0fa0df0378af9097ea (patch)
tree32f4ac6ac1a813c633a88e5837034c029bb0e52b /drivers/staging/iio/trigger/Makefile
parent7f3a1fb998e11a45d14556cc17f72d4f8aa89732 (diff)
Staging: IIO: Proof of concept gpio trigger
Simple example of how a gpio trigger driver would work. Things to be added include interupt type control (high, low). 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/trigger/Makefile b/drivers/staging/iio/trigger/Makefile
index 4ae55b9abae..e5f96d2fe64 100644
--- a/drivers/staging/iio/trigger/Makefile
+++ b/drivers/staging/iio/trigger/Makefile
@@ -2,4 +2,4 @@
# Makefile for triggers not associated with iio-devices
#
obj-$(CONFIG_IIO_PERIODIC_RTC_TRIGGER) += iio-trig-periodic-rtc.o
-
+obj-$(CONFIG_IIO_GPIO_TRIGGER) += iio-trig-gpio.o \ No newline at end of file