Makefile 399 字节
Newer Older
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
11

12
obj-y += adc/
13
obj-y += amplifiers/
14
obj-y += light/
15
obj-y += frequency/
16
obj-y += dac/