DIR:/usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/drivers/comedi/drivers/tests/ |
Current File : //usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/drivers/comedi/drivers/tests/Makefile |
# SPDX-License-Identifier: GPL-2.0 # Makefile for comedi drivers unit tests # ccflags-$(CONFIG_COMEDI_DEBUG) := -DDEBUG obj-$(CONFIG_COMEDI_TESTS_EXAMPLE) += comedi_example_test.o obj-$(CONFIG_COMEDI_TESTS_NI_ROUTES) += ni_routes_test.o CFLAGS_ni_routes_test.o := -DDEBUG |