sched/core: Allow kthreads to fall back to online && !active cpus
[deliverable/linux.git] / drivers / iio / Makefile
... / ...
CommitLineData
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
10obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
11obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
12obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
13
14obj-y += accel/
15obj-y += adc/
16obj-y += amplifiers/
17obj-y += buffer/
18obj-y += chemical/
19obj-y += common/
20obj-y += dac/
21obj-y += dummy/
22obj-y += gyro/
23obj-y += frequency/
24obj-y += health/
25obj-y += humidity/
26obj-y += imu/
27obj-y += light/
28obj-y += magnetometer/
29obj-y += orientation/
30obj-y += potentiometer/
31obj-y += pressure/
32obj-y += proximity/
33obj-y += temperature/
34obj-y += trigger/
This page took 0.022576 seconds and 5 git commands to generate.