summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/Makefile
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2025-12-05 10:29:22 +0200
committerJani Nikula <jani.nikula@intel.com>2025-12-05 10:29:22 +0200
commit6d87d7c69b5a1136d7c354911f1fe7792b6a40fd (patch)
tree3a2ecd3fdcd56592082f23d1ae79e5c036384c42 /drivers/gpu/drm/tests/Makefile
parentd4ee41f9e19ea89a9cdf32b14be3fe8823f64cc8 (diff)
parentc7685d11108acb387e44e3d81194d0d8959eaa44 (diff)
downloadlinux-next-6d87d7c69b5a1136d7c354911f1fe7792b6a40fd.tar.gz
linux-next-6d87d7c69b5a1136d7c354911f1fe7792b6a40fd.zip
Merge drm/drm-next into drm-intel-next
Backmerge to get the topic/drm-intel-plane-color-pipeline branch contents. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/tests/Makefile')
-rw-r--r--drivers/gpu/drm/tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tests/Makefile b/drivers/gpu/drm/tests/Makefile
index c0e952293ad0..87d5d5f9332a 100644
--- a/drivers/gpu/drm/tests/Makefile
+++ b/drivers/gpu/drm/tests/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_DRM_KUNIT_TEST) += \
drm_plane_helper_test.o \
drm_probe_helper_test.o \
drm_rect_test.o \
- drm_sysfb_modeset_test.o
+ drm_sysfb_modeset_test.o \
+ drm_fixp_test.o
CFLAGS_drm_mm_test.o := $(DISABLE_STRUCTLEAK_PLUGIN)