Linux 6.7-rc7
[linux-modified.git] / drivers / iio / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the industrial I/O core.
4 #
5
6 obj-$(CONFIG_IIO) += industrialio.o
7 industrialio-y := industrialio-core.o industrialio-event.o inkern.o
8 industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
9 industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
10
11 obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
12 obj-$(CONFIG_IIO_GTS_HELPER) += industrialio-gts-helper.o
13 obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
14 obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
15 obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
16
17 obj-y += accel/
18 obj-y += adc/
19 obj-y += addac/
20 obj-y += afe/
21 obj-y += amplifiers/
22 obj-y += buffer/
23 obj-y += cdc/
24 obj-y += chemical/
25 obj-y += common/
26 obj-y += dac/
27 obj-y += dummy/
28 obj-y += gyro/
29 obj-y += filter/
30 obj-y += frequency/
31 obj-y += health/
32 obj-y += humidity/
33 obj-y += imu/
34 obj-y += light/
35 obj-y += magnetometer/
36 obj-y += multiplexer/
37 obj-y += orientation/
38 obj-y += position/
39 obj-y += potentiometer/
40 obj-y += potentiostat/
41 obj-y += pressure/
42 obj-y += proximity/
43 obj-y += resolver/
44 obj-y += temperature/
45 obj-y += test/
46 obj-y += trigger/