summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-06-28 16:35:55 -0700
committerEric Anholt <[email protected]>2017-07-12 10:58:33 -0700
commit5d6271c6a566b71b84ce060a71494467f312b0df (patch)
tree619094cba0f69b551e53b7e1ddb3db0c32a83a8c /src/intel/Makefile.sources
parent2aec62a45b1c907a8fff511b8eca21fa52538acb (diff)
intel: Move the DRM uapi headers to a non-Intel location.
I want to remove vc4's dependency on headers from libdrm as well, but storing multiple copies of drm_fourcc.h in our tree would be silly. v2: Update Android.mk as well, move distcheck drm*.h references to top-level noinst_HEADERS. Reviewed-by: Lionel Landwerlin <[email protected]> (v1) Reviewed-by: Daniel Stone <[email protected]> (v1) Reviewed-by: Rob Herring <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 2b6d607aa9b..8b2f9fd055a 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -118,12 +118,6 @@ COMPILER_FILES = \
COMPILER_GENERATED_FILES = \
compiler/brw_nir_trig_workarounds.c
-DRM_INTEL_FILES = \
- drm/drm.h \
- drm/drm_fourcc.h \
- drm/drm_mode.h \
- drm/i915_drm.h
-
GENXML_XML_FILES = \
genxml/gen4.xml \
genxml/gen45.xml \