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