1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the industrial I/O core.
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
11 obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
12 obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o
13 obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o
14 obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o
32 obj-y += magnetometer/
36 obj-y += potentiometer/
37 obj-y += potentiostat/