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