This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
34b13e5e46
linux
/
drivers
/
gpu
/
drm
/
selftests
/
Makefile
2 lines
50 B
Makefile
Raw
Normal View
History
Unescape
Escape
drm/selftests: Rename the Kconfig option to CONFIG_DRM_DEBUG_SELFTEST We want to add more DRM selftests, and there's not much point in having a Kconfig option for every single one of them, so make a generic one. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180503112217.37292-5-maarten.lankhorst@linux.intel.com [mlankhorst: Fix i915/Kconfig.debug (ickle)] Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2018-05-03 19:22:16 +08:00
obj-$(CONFIG_DRM_DEBUG_SELFTEST)
+=
test-drm_mm.o