Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the industrial I/O unit tests.
0004 #
0005 
0006 # Keep in alphabetical order
0007 obj-$(CONFIG_IIO_RESCALE_KUNIT_TEST) += iio-test-rescale.o
0008 obj-$(CONFIG_IIO_FORMAT_KUNIT_TEST) += iio-test-format.o
0009 CFLAGS_iio-test-format.o += $(DISABLE_STRUCTLEAK_PLUGIN)