aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/Makefile
blob: d5fc57d12eac3b77c67ea73089be660b9fdd5346 (plain)
1
2
3
4
5
6
7
8
9
10
#
# 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