aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/buffer/Makefile
blob: 85beaae831aee154045601f507e9d053f731ae42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for the industrial I/O buffer implementations
#

# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_IIO_BUFFER_CB) += industrialio-buffer-cb.o
obj-$(CONFIG_IIO_BUFFER_DMA) += industrialio-buffer-dma.o
obj-$(CONFIG_IIO_BUFFER_DMAENGINE) += industrialio-buffer-dmaengine.o
obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o