diff options
author | Eric Anholt <[email protected]> | 2017-06-28 16:35:55 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-07-12 10:58:33 -0700 |
commit | 5d6271c6a566b71b84ce060a71494467f312b0df (patch) | |
tree | 619094cba0f69b551e53b7e1ddb3db0c32a83a8c /src/intel/Makefile.am | |
parent | 2aec62a45b1c907a8fff511b8eca21fa52538acb (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.am')
-rw-r--r-- | src/intel/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index dad54b70a9b..269d73dfcb0 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -62,7 +62,6 @@ EXTRA_DIST = include Makefile.blorp.am include Makefile.common.am include Makefile.compiler.am -include Makefile.drm.am include Makefile.genxml.am include Makefile.isl.am include Makefile.tools.am |