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
|
2012-06-30 13:06:00 -06:00
|
|
|
industrialio-$(CONFIG_IIO_BUFFER_CB) += buffer_cb.o
|
2012-04-25 08:54:59 -06:00
|
|
|
|
2012-06-18 10:33:48 -06:00
|
|
|
obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
|
2012-04-25 08:54:59 -06:00
|
|
|
obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
|
2012-05-11 03:36:54 -06:00
|
|
|
|
2012-09-05 06:56:00 -06:00
|
|
|
obj-y += accel/
|
2012-05-11 07:35:33 -06:00
|
|
|
obj-y += adc/
|
2012-05-11 03:36:54 -06:00
|
|
|
obj-y += amplifiers/
|
2012-09-05 06:56:00 -06:00
|
|
|
obj-y += common/
|
2012-11-13 06:28:00 -07:00
|
|
|
obj-y += dac/
|
2012-09-05 06:56:00 -06:00
|
|
|
obj-y += gyro/
|
2012-11-13 06:28:00 -07:00
|
|
|
obj-y += frequency/
|
|
|
|
obj-y += imu/
|
|
|
|
obj-y += light/
|
2012-09-05 06:56:00 -06:00
|
|
|
obj-y += magnetometer/
|