From 5d6271c6a566b71b84ce060a71494467f312b0df Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 28 Jun 2017 16:35:55 -0700 Subject: 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 (v1) Reviewed-by: Daniel Stone (v1) Reviewed-by: Rob Herring --- src/intel/Makefile.sources | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/intel/Makefile.sources') 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 \ -- cgit v1.2.3