Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[deliverable/linux.git] / drivers / iio / buffer / Makefile
CommitLineData
8548a63b
LPC
1#
2# Makefile for the industrial I/O buffer implementations
3#
4
5# When adding new entries keep the list in alphabetical order
6obj-$(CONFIG_IIO_BUFFER_CB) += industrialio-buffer-cb.o
670b19ae 7obj-$(CONFIG_IIO_BUFFER_DMA) += industrialio-buffer-dma.o
2d6ca60f 8obj-$(CONFIG_IIO_BUFFER_DMAENGINE) += industrialio-buffer-dmaengine.o
8548a63b
LPC
9obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
10obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
This page took 0.105475 seconds and 5 git commands to generate.