mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 23:00:21 +00:00
9 lines
293 B
Makefile
9 lines
293 B
Makefile
|
#
|
||
|
# 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
|