aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/test/Makefile
blob: e9a4cf1ff57f01ea0b26f7f3dfd7a0161dabfb8e (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the industrial I/O unit tests.
#

# Keep in alphabetical order
obj-$(CONFIG_IIO_RESCALE_KUNIT_TEST) += iio-test-rescale.o
obj-$(CONFIG_IIO_FORMAT_KUNIT_TEST) += iio-test-format.o
obj-$(CONFIG_IIO_GTS_KUNIT_TEST) += iio-test-gts.o
CFLAGS_iio-test-format.o += $(DISABLE_STRUCTLEAK_PLUGIN)