Makefile 293 B

12345678
  1. #
  2. # Makefile for the industrial I/O buffer implementations
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. obj-$(CONFIG_IIO_BUFFER_CB) += industrialio-buffer-cb.o
  6. obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
  7. obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o