2012-04-25 22:54:59 +08: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-07-01 03:06:00 +08:00
|
|
|
industrialio-$(CONFIG_IIO_BUFFER_CB) += buffer_cb.o
|
2012-04-25 22:54:59 +08:00
|
|
|
|
2012-06-19 00:33:48 +08:00
|
|
|
obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
|
2012-04-25 22:54:59 +08:00
|
|
|
obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
|
2012-05-11 17:36:54 +08:00
|
|
|
|
2012-09-05 20:56:00 +08:00
|
|
|
obj-y += accel/
|
2012-05-11 21:35:33 +08:00
|
|
|
obj-y += adc/
|
2012-05-11 17:36:54 +08:00
|
|
|
obj-y += amplifiers/
|
2012-09-05 20:56:00 +08:00
|
|
|
obj-y += common/
|
2012-11-13 21:28:00 +08:00
|
|
|
obj-y += dac/
|
2012-09-05 20:56:00 +08:00
|
|
|
obj-y += gyro/
|
2012-11-13 21:28:00 +08:00
|
|
|
obj-y += frequency/
|
2013-12-01 23:04:00 +08:00
|
|
|
obj-y += humidity/
|
2012-11-13 21:28:00 +08:00
|
|
|
obj-y += imu/
|
|
|
|
obj-y += light/
|
2012-09-05 20:56:00 +08:00
|
|
|
obj-y += magnetometer/
|
2013-11-06 08:11:00 +08:00
|
|
|
obj-y += orientation/
|
2013-08-09 00:39:00 +08:00
|
|
|
obj-y += pressure/
|
2013-08-09 00:39:00 +08:00
|
|
|
obj-y += temperature/
|
2013-04-14 19:54:00 +08:00
|
|
|
obj-y += trigger/
|