2 # Makefile for the industrial I/O core.
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
10 obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
11 obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o