summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-01-03 13:45:16 +0300
committerChris Wilson <chris@chris-wilson.co.uk>2020-01-03 16:33:36 +0300
commitb2fcaac98bbec6036d17a0a120a19b64e65f6534 (patch)
treeecc78cc3d433e032d0bc69be25ddf049baba542f /drivers/gpu/drm/i915/Makefile
parentf3bc632acbb33ac3d725a0248c99db3697b3bba1 (diff)
downloadlinux-b2fcaac98bbec6036d17a0a120a19b64e65f6534.tar.xz
drm/i915/selftests: Make headers self-contained
Include the types used by the headers to they can be compiled standalone. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200103104516.1757103-2-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 5992ef800534..0b1d8d36a50a 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -275,8 +275,6 @@ obj-$(CONFIG_DRM_I915_GVT_KVMGT) += gvt/kvmgt.o
# exclude some broken headers from the test coverage
no-header-test := \
display/intel_vbt_defs.h \
- gem/selftests/huge_gem_object.h \
- gem/selftests/mock_gem_object.h \
gvt/execlist.h \
gvt/fb_decoder.h \
gvt/gtt.h \
@@ -284,11 +282,7 @@ no-header-test := \
gvt/interrupt.h \
gvt/mmio_context.h \
gvt/mpt.h \
- gvt/scheduler.h \
- selftests/i915_live_selftests.h \
- selftests/i915_mock_selftests.h \
- selftests/i915_perf_selftests.h \
- selftests/igt_live_test.h
+ gvt/scheduler.h
extra-$(CONFIG_DRM_I915_WERROR) += \
$(patsubst %.h,%.hdrtest, $(filter-out $(no-header-test), \