2019-04-02 13:32:03 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2016-09-29 15:13:14 +00:00
|
|
|
obj-$(CONFIG_TEST_ASYNC_DRIVER_PROBE) += test_async_driver_probe.o
|
2019-12-04 18:53:15 +00:00
|
|
|
|
2021-04-14 08:58:05 +00:00
|
|
|
obj-$(CONFIG_DRIVER_PE_KUNIT_TEST) += property-entry-test.o
|
2021-09-29 21:27:11 +00:00
|
|
|
CFLAGS_property-entry-test.o += $(DISABLE_STRUCTLEAK_PLUGIN)
|