2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-11-01 15:11:32 +00:00
|
|
|
test-drm_modeset-y := test-drm_modeset_common.o test-drm_plane_helper.o \
|
2018-10-15 18:07:08 +00:00
|
|
|
test-drm_format.o test-drm_framebuffer.o \
|
2019-11-22 17:56:23 +00:00
|
|
|
test-drm_damage_helper.o test-drm_dp_mst_helper.o \
|
|
|
|
test-drm_rect.o
|
2018-10-16 20:46:08 +00:00
|
|
|
|
2019-06-19 10:17:52 +00:00
|
|
|
obj-$(CONFIG_DRM_DEBUG_SELFTEST) += test-drm_mm.o test-drm_modeset.o test-drm_cmdline_parser.o
|