brintos

brintos / linux-shallow public Read only

0
0
Text · 339 B · e9a4cf1 Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the industrial I/O unit tests.4#5 6# Keep in alphabetical order7obj-$(CONFIG_IIO_RESCALE_KUNIT_TEST) += iio-test-rescale.o8obj-$(CONFIG_IIO_FORMAT_KUNIT_TEST) += iio-test-format.o9obj-$(CONFIG_IIO_GTS_KUNIT_TEST) += iio-test-gts.o10CFLAGS_iio-test-format.o += $(DISABLE_STRUCTLEAK_PLUGIN)11