1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the industrial I/O buffer implementations
6 # When adding new entries keep the list in alphabetical order
7 obj-
$(CONFIG_IIO_BUFFER_CB
) += industrialio-buffer-cb.o
8 obj-
$(CONFIG_IIO_BUFFER_DMA
) += industrialio-buffer-dma.o
9 obj-
$(CONFIG_IIO_BUFFER_DMAENGINE
) += industrialio-buffer-dmaengine.o
10 obj-
$(CONFIG_IIO_BUFFER_HW_CONSUMER
) += industrialio-hw-consumer.o
11 obj-
$(CONFIG_IIO_TRIGGERED_BUFFER
) += industrialio-triggered-buffer.o
12 obj-
$(CONFIG_IIO_KFIFO_BUF
) += kfifo_buf.o