xref: /linux/drivers/iio/buffer/Makefile (revision 9b9c2cd44322ed9bc536eedf7d9a5e38e1eb4081)
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
7obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
8obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
9