Blame view

kernel/linux-rt-4.4.41/drivers/iio/buffer/Makefile 293 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
  #
  # Makefile for the industrial I/O buffer implementations
  #
  
  # When adding new entries keep the list in alphabetical order
  obj-$(CONFIG_IIO_BUFFER_CB) += industrialio-buffer-cb.o
  obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
  obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o