Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alexandru Gheorghe | 0d1c7d0 | 2018-11-01 15:11:32 +0000 | [diff] [blame] | 2 | test-drm_modeset-y := test-drm_modeset_common.o test-drm_plane_helper.o \ |
Deepak Rawat | f13ba9c | 2018-10-15 11:07:08 -0700 | [diff] [blame] | 3 | test-drm_format.o test-drm_framebuffer.o \ |
Ville Syrjälä | 30218eb | 2019-11-22 19:56:23 +0200 | [diff] [blame] | 4 | test-drm_damage_helper.o test-drm_dp_mst_helper.o \ |
| 5 | test-drm_rect.o |
Deepak Rawat | 9205329 | 2018-10-16 13:46:08 -0700 | [diff] [blame] | 6 | |
Maxime Ripard | b7ced38 | 2019-06-19 12:17:52 +0200 | [diff] [blame] | 7 | obj-$(CONFIG_DRM_DEBUG_SELFTEST) += test-drm_mm.o test-drm_modeset.o test-drm_cmdline_parser.o |