xref: /kernel/linux/linux-5.10/drivers/iio/Makefile (revision 8c2ecf20)
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for the industrial I/O core.
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_IIO) += industrialio.o
78c2ecf20Sopenharmony_ciindustrialio-y := industrialio-core.o industrialio-event.o inkern.o
88c2ecf20Sopenharmony_ciindustrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
98c2ecf20Sopenharmony_ciindustrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciobj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
128c2ecf20Sopenharmony_ciobj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
138c2ecf20Sopenharmony_ciobj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
148c2ecf20Sopenharmony_ciobj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciobj-y += accel/
178c2ecf20Sopenharmony_ciobj-y += adc/
188c2ecf20Sopenharmony_ciobj-y += addac/
198c2ecf20Sopenharmony_ciobj-y += afe/
208c2ecf20Sopenharmony_ciobj-y += amplifiers/
218c2ecf20Sopenharmony_ciobj-y += buffer/
228c2ecf20Sopenharmony_ciobj-y += chemical/
238c2ecf20Sopenharmony_ciobj-y += common/
248c2ecf20Sopenharmony_ciobj-y += dac/
258c2ecf20Sopenharmony_ciobj-y += dummy/
268c2ecf20Sopenharmony_ciobj-y += gyro/
278c2ecf20Sopenharmony_ciobj-y += frequency/
288c2ecf20Sopenharmony_ciobj-y += health/
298c2ecf20Sopenharmony_ciobj-y += humidity/
308c2ecf20Sopenharmony_ciobj-y += imu/
318c2ecf20Sopenharmony_ciobj-y += light/
328c2ecf20Sopenharmony_ciobj-y += magnetometer/
338c2ecf20Sopenharmony_ciobj-y += multiplexer/
348c2ecf20Sopenharmony_ciobj-y += orientation/
358c2ecf20Sopenharmony_ciobj-y += position/
368c2ecf20Sopenharmony_ciobj-y += potentiometer/
378c2ecf20Sopenharmony_ciobj-y += potentiostat/
388c2ecf20Sopenharmony_ciobj-y += pressure/
398c2ecf20Sopenharmony_ciobj-y += proximity/
408c2ecf20Sopenharmony_ciobj-y += resolver/
418c2ecf20Sopenharmony_ciobj-y += temperature/
428c2ecf20Sopenharmony_ciobj-y += trigger/
43