162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the industrial I/O buffer implementations 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci# When adding new entries keep the list in alphabetical order 762306a36Sopenharmony_ciobj-$(CONFIG_IIO_BUFFER_CB) += industrialio-buffer-cb.o 862306a36Sopenharmony_ciobj-$(CONFIG_IIO_BUFFER_DMA) += industrialio-buffer-dma.o 962306a36Sopenharmony_ciobj-$(CONFIG_IIO_BUFFER_DMAENGINE) += industrialio-buffer-dmaengine.o 1062306a36Sopenharmony_ciobj-$(CONFIG_IIO_BUFFER_HW_CONSUMER) += industrialio-hw-consumer.o 1162306a36Sopenharmony_ciobj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o 1262306a36Sopenharmony_ciobj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o 13