diff options
| author | Jonathan Cameron <jic23@kernel.org> | 2012-06-30 15:06:00 -0400 |
|---|---|---|
| committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-10 05:17:27 -0500 |
| commit | 92d1079b281f89f1c65c6aece3cfab4fb422c797 (patch) | |
| tree | e593bbfae9a9fdaa9a1cc8500f99fb1064f2050c /drivers/iio/Makefile | |
| parent | 0464415dd21785aa8e8b12dbc939fcb5ca52f464 (diff) | |
staging:iio: add a callback buffer for in kernel push interface
This callback buffer is meant to be opaque to users, but basically
adds a very simple pass through buffer to which data may be
pushed when it is inserted into the buffer list.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/Makefile')
| -rw-r--r-- | drivers/iio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile index 761f2b65ac52..31d76a07ec65 100644 --- a/drivers/iio/Makefile +++ b/drivers/iio/Makefile | |||
| @@ -6,6 +6,7 @@ obj-$(CONFIG_IIO) += industrialio.o | |||
| 6 | industrialio-y := industrialio-core.o industrialio-event.o inkern.o | 6 | industrialio-y := industrialio-core.o industrialio-event.o inkern.o |
| 7 | industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o | 7 | industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o |
| 8 | industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o | 8 | industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o |
| 9 | industrialio-$(CONFIG_IIO_BUFFER_CB) += buffer_cb.o | ||
| 9 | 10 | ||
| 10 | obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o | 11 | obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o |
| 11 | obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o | 12 | obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o |
