diff options
Diffstat (limited to 'drivers/iio/Makefile')
-rw-r--r-- | drivers/iio/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile new file mode 100644 index 000000000000..d5fc57d12eac --- /dev/null +++ b/drivers/iio/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # | ||
2 | # Makefile for the industrial I/O core. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_IIO) += industrialio.o | ||
6 | industrialio-y := industrialio-core.o industrialio-event.o inkern.o | ||
7 | industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o | ||
8 | industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o | ||
9 | |||
10 | obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o | ||