2019-04-02 15:32:03 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2016-09-29 17:13:14 +02:00
|
|
|
obj-$(CONFIG_TEST_ASYNC_DRIVER_PROBE) += test_async_driver_probe.o
|
2019-12-04 10:53:15 -08:00
|
|
|
|
2021-04-14 04:58:05 -04:00
|
|
|
obj-$(CONFIG_DRIVER_PE_KUNIT_TEST) += property-entry-test.o
|
2021-01-25 13:45:27 +01:00
|
|
|
CFLAGS_REMOVE_property-entry-test.o += -fplugin-arg-structleak_plugin-byref -fplugin-arg-structleak_plugin-byref-all
|