2012-04-25 08:54:59 -06:00
|
|
|
#
|
|
|
|
# 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
|
2012-05-11 03:36:54 -06:00
|
|
|
|
2012-05-11 07:35:33 -06:00
|
|
|
obj-y += adc/
|
2012-05-11 03:36:54 -06:00
|
|
|
obj-y += amplifiers/
|