1# SPDX-License-Identifier: GPL-2.0 2 3obj-$(CONFIG_DRM_KUNIT_TEST) += \ 4 drm_buddy_test.o \ 5 drm_cmdline_parser_test.o \ 6 drm_damage_helper_test.o \ 7 drm_dp_mst_helper_test.o \ 8 drm_format_helper_test.o \ 9 drm_format_test.o \ 10 drm_framebuffer_test.o \ 11 drm_kunit_helpers.o \ 12 drm_mm_test.o \ 13 drm_plane_helper_test.o \ 14 drm_rect_test.o 15 16CFLAGS_drm_mm_test.o := $(DISABLE_STRUCTLEAK_PLUGIN) 17