blob: b16b2e9ddc401cbacad15a5b1030e3878f7a2443 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the industrial I/O core.
4#
5
6obj-$(CONFIG_IIO) += industrialio.o
7industrialio-y := industrialio-core.o industrialio-event.o inkern.o
8industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
9industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
10
11obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
12obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
13obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
14obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
15
16obj-y += accel/
17obj-y += adc/
18obj-y += amplifiers/
19obj-y += buffer/
20obj-y += chemical/
21obj-y += common/
22obj-y += counter/
23obj-y += dac/
24obj-y += dummy/
25obj-y += gyro/
26obj-y += frequency/
27obj-y += health/
28obj-y += humidity/
29obj-y += imu/
30obj-y += light/
31obj-y += magnetometer/
32obj-y += multiplexer/
33obj-y += orientation/
34obj-y += potentiometer/
35obj-y += potentiostat/
36obj-y += pressure/
37obj-y += proximity/
38obj-y += temperature/
39obj-y += trigger/