kernel/drivers/base/test/Makefile
.. .. @@ -1 +1,5 @@ 1 +# SPDX-License-Identifier: GPL-2.01 2 obj-$(CONFIG_TEST_ASYNC_DRIVER_PROBE) += test_async_driver_probe.o 3 +4 +obj-$(CONFIG_KUNIT_DRIVER_PE_TEST) += property-entry-test.o5 +CFLAGS_REMOVE_property-entry-test.o += -fplugin-arg-structleak_plugin-byref -fplugin-arg-structleak_plugin-byref-all