]> Git Repo - linux.git/blob - drivers/gpu/drm/tests/Makefile
i3c: mipi-i3c-hci: Fix DAT/DCT entry sizes
[linux.git] / drivers / gpu / drm / tests / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_DRM_KUNIT_TEST_HELPERS) += \
4         drm_kunit_helpers.o
5
6 obj-$(CONFIG_DRM_KUNIT_TEST) += \
7         drm_buddy_test.o \
8         drm_cmdline_parser_test.o \
9         drm_connector_test.o \
10         drm_damage_helper_test.o \
11         drm_dp_mst_helper_test.o \
12         drm_format_helper_test.o \
13         drm_format_test.o \
14         drm_framebuffer_test.o \
15         drm_managed_test.o \
16         drm_mm_test.o \
17         drm_modes_test.o \
18         drm_plane_helper_test.o \
19         drm_probe_helper_test.o \
20         drm_rect_test.o \
21         drm_exec_test.o
22
23 CFLAGS_drm_mm_test.o := $(DISABLE_STRUCTLEAK_PLUGIN)
This page took 0.032196 seconds and 4 git commands to generate.