mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
11 lines
313 B
Makefile
11 lines
313 B
Makefile
|
#
|
||
|
# Makefile for the industrial I/O core.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_IIO) += industrialio.o
|
||
|
industrialio-y := industrialio-core.o industrialio-event.o inkern.o
|
||
|
industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
|
||
|
industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
|
||
|
|
||
|
obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
|