brintos

brintos / linux-shallow public Read only

0
0
Text · 523 B · 1403eb2 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the industrial I/O buffer implementations4#5 6# When adding new entries keep the list in alphabetical order7obj-$(CONFIG_IIO_BUFFER_CB) += industrialio-buffer-cb.o8obj-$(CONFIG_IIO_BUFFER_DMA) += industrialio-buffer-dma.o9obj-$(CONFIG_IIO_BUFFER_DMAENGINE) += industrialio-buffer-dmaengine.o10obj-$(CONFIG_IIO_BUFFER_HW_CONSUMER) += industrialio-hw-consumer.o11obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o12obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o13