Makefile (06188bc80ccbec0dc2f9e451b53b2e48321acbd3) Makefile (b4cc44301b9d35e9420cebecc31fb3964e53499a)
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_TEST_ASYNC_DRIVER_PROBE) += test_async_driver_probe.o
3
4obj-$(CONFIG_DM_KUNIT_TEST) += root-device-test.o
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_TEST_ASYNC_DRIVER_PROBE) += test_async_driver_probe.o
3
4obj-$(CONFIG_DM_KUNIT_TEST) += root-device-test.o
5obj-$(CONFIG_DM_KUNIT_TEST) += platform-device-test.o
5
6obj-$(CONFIG_DRIVER_PE_KUNIT_TEST) += property-entry-test.o
7CFLAGS_property-entry-test.o += $(DISABLE_STRUCTLEAK_PLUGIN)
6
7obj-$(CONFIG_DRIVER_PE_KUNIT_TEST) += property-entry-test.o
8CFLAGS_property-entry-test.o += $(DISABLE_STRUCTLEAK_PLUGIN)