summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-03-10 13:18:19 +0200
committerPetri Latvala <petri.latvala@intel.com>2017-03-13 15:55:37 +0200
commit5ca0da9f53023b9fcfd327a5f43bc7b0916b24b1 (patch)
tree13f8195a5df2f74643cfb9fb2d6116443e2b1213 /lib/Makefile.sources
parent9ac59bcc14d146400ae1b8d3df36d53cd7678991 (diff)
lib: Add i915 and drm-mm selftest headers from the kernel
Copied as of commit commit 496b575e3ccbf6fbe57a674c721af43dc8826361 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Feb 13 17:15:58 2017 +0000 drm/i915: Add initial selftests for hang detection and resets The headers are used to enumerate available tests when the running kernel does not support selftests. v2: Also add them to Makefile.sources Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 6348487f..151c3d96 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -83,6 +83,9 @@ lib_source_list = \
uwildmat/uwildmat.c \
igt_kmod.c \
igt_kmod.h \
+ drm_mm_selftests.h \
+ i915_live_selftests.h \
+ i915_mock_selftests.h \
$(NULL)
if HAVE_CHAMELIUM