Merge remote-tracking branch 'rcu/rcu/next'
[deliverable/linux.git] / drivers / iio / Makefile
CommitLineData
a980e046
JC
1#
2# Makefile for the industrial I/O core.
3#
4
5obj-$(CONFIG_IIO) += industrialio.o
6industrialio-y := industrialio-core.o industrialio-event.o inkern.o
7industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
8industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
9
8261d961 10obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
0f3a8c3f 11obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
b662f809 12obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
735ad074
VB
13obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
14
45fe6f7d 15obj-y += accel/
0e589d5f 16obj-y += adc/
e71d42e0 17obj-y += amplifiers/
8548a63b 18obj-y += buffer/
cd8d9777 19obj-y += chemical/
73c6768b 20obj-y += common/
ec04cb04 21obj-y += dac/
415f7924 22obj-y += dummy/
c5bdbef7 23obj-y += gyro/
ec04cb04 24obj-y += frequency/
4d33615d 25obj-y += health/
091a121b 26obj-y += humidity/
ec04cb04
LPC
27obj-y += imu/
28obj-y += light/
bc1d57ba 29obj-y += magnetometer/
098d3bec 30obj-y += orientation/
c05dc2cc 31obj-y += potentiometer/
a5db3609 32obj-y += pressure/
24ddb0e4 33obj-y += proximity/
e5a63942 34obj-y += temperature/
e64e7d5c 35obj-y += trigger/
This page took 0.340768 seconds and 5 git commands to generate.