2017-11-01 15:07:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2012-04-25 15:54:59 +01:00
|
|
|
#
|
|
|
|
|
# Makefile for the industrial I/O core.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
obj-$(CONFIG_IIO) += industrialio.o
|
|
|
|
|
industrialio-y := industrialio-core.o industrialio-event.o inkern.o
|
|
|
|
|
industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
|
|
|
|
|
industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
|
2024-04-25 14:57:51 +02:00
|
|
|
industrialio-$(CONFIG_ACPI) += industrialio-acpi.o
|
2012-04-25 15:54:59 +01:00
|
|
|
|
2015-11-09 09:13:59 +02:00
|
|
|
obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
|
2023-03-31 15:40:28 +03:00
|
|
|
obj-$(CONFIG_IIO_GTS_HELPER) += industrialio-gts-helper.o
|
2016-04-25 16:15:51 +03:00
|
|
|
obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
|
2015-11-09 09:14:00 +02:00
|
|
|
obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
|
2015-08-20 22:37:39 +03:00
|
|
|
obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
|
2024-02-10 21:57:17 +01:00
|
|
|
obj-$(CONFIG_IIO_BACKEND) += industrialio-backend.o
|
2015-08-20 22:37:39 +03:00
|
|
|
|
2012-09-05 13:56:00 +01:00
|
|
|
obj-y += accel/
|
2012-05-11 15:35:33 +02:00
|
|
|
obj-y += adc/
|
2021-12-05 13:40:43 +02:00
|
|
|
obj-y += addac/
|
2018-04-23 23:08:09 +02:00
|
|
|
obj-y += afe/
|
2012-05-11 11:36:54 +02:00
|
|
|
obj-y += amplifiers/
|
2015-08-14 16:54:55 +02:00
|
|
|
obj-y += buffer/
|
2021-03-14 18:15:11 +00:00
|
|
|
obj-y += cdc/
|
2015-09-13 20:26:14 -07:00
|
|
|
obj-y += chemical/
|
2012-09-05 13:56:00 +01:00
|
|
|
obj-y += common/
|
2012-11-13 13:28:00 +00:00
|
|
|
obj-y += dac/
|
2015-10-09 16:31:28 +03:00
|
|
|
obj-y += dummy/
|
2012-09-05 13:56:00 +01:00
|
|
|
obj-y += gyro/
|
2021-12-07 17:54:42 +02:00
|
|
|
obj-y += filter/
|
2012-11-13 13:28:00 +00:00
|
|
|
obj-y += frequency/
|
2015-12-09 22:04:49 -08:00
|
|
|
obj-y += health/
|
2013-12-01 15:04:00 +00:00
|
|
|
obj-y += humidity/
|
2012-11-13 13:28:00 +00:00
|
|
|
obj-y += imu/
|
|
|
|
|
obj-y += light/
|
2012-09-05 13:56:00 +01:00
|
|
|
obj-y += magnetometer/
|
2017-05-14 21:51:10 +02:00
|
|
|
obj-y += multiplexer/
|
2013-11-06 00:11:00 +00:00
|
|
|
obj-y += orientation/
|
2020-02-16 17:32:11 -06:00
|
|
|
obj-y += position/
|
2015-09-23 16:26:23 +02:00
|
|
|
obj-y += potentiometer/
|
2016-09-24 21:03:00 -07:00
|
|
|
obj-y += potentiostat/
|
2013-08-08 17:39:00 +01:00
|
|
|
obj-y += pressure/
|
2014-12-03 12:53:00 +00:00
|
|
|
obj-y += proximity/
|
2018-05-18 20:23:40 +02:00
|
|
|
obj-y += resolver/
|
2013-08-08 17:39:00 +01:00
|
|
|
obj-y += temperature/
|
2020-12-15 20:17:43 +01:00
|
|
|
obj-y += test/
|
2013-04-14 12:54:00 +01:00
|
|
|
obj-y += trigger/
|