diff options
author | Jonathan Cameron | 2013-04-14 12:54:00 +0100 |
---|---|---|
committer | Jonathan Cameron | 2013-05-22 22:16:48 +0100 |
commit | e64e7d5c8c86ead27ed51a95687ba8327a9c4d2a (patch) | |
tree | 538e59226f90d6fe150364be1cd29622c5266614 /drivers/iio/trigger/Makefile | |
parent | f4914e5ef087961b3bf17cdf166e947f69cc9089 (diff) |
iio:trigger:sysfs Move out of staging.
This simple driver is rather useful. No issues about its interface
have been raised for some time hence the proposal to move it out
of staging.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/trigger/Makefile')
-rw-r--r-- | drivers/iio/trigger/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/iio/trigger/Makefile b/drivers/iio/trigger/Makefile new file mode 100644 index 000000000000..e0b21831072f --- /dev/null +++ b/drivers/iio/trigger/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for triggers not associated with iio-devices +# + +obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o |