]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/iio/buffer/Makefile
Merge tag 'mmc-v4.9' of git://git.linaro.org/people/ulf.hansson/mmc
[karo-tx-linux.git] / drivers / iio / buffer / Makefile
1 #
2 # Makefile for the industrial I/O buffer implementations
3 #
4
5 # When adding new entries keep the list in alphabetical order
6 obj-$(CONFIG_IIO_BUFFER_CB) += industrialio-buffer-cb.o
7 obj-$(CONFIG_IIO_BUFFER_DMA) += industrialio-buffer-dma.o
8 obj-$(CONFIG_IIO_BUFFER_DMAENGINE) += industrialio-buffer-dmaengine.o
9 obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
10 obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o