aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2017-06-15 12:28:32 +0100
committerLionel Landwerlin <[email protected]>2017-06-27 14:10:29 +0300
commit7dd20bc3ee8f816648075a12d21b6b01a8e03507 (patch)
tree30561f38e9482a69eea912c1da49a663de764885 /src/intel/Makefile.sources
parent3c50ebce259f63392122a6ace32d07055e0bff1a (diff)
anv/i965: drop libdrm_intel dependency completely
With Ken's work to drop the library dependency on libdrm_intel, we now only depend on libdrm for the kernel uapi headers it provides. It seems like we're better off just embeddeding those headers ourselves, making the lives of people developping news features tightly integrated with the kernel a tiny bit easier. This change also makes it a bit more obvious what cflags/libs are required by the i915 drivers vs i965, by renaming INTEL_CFLAGS/LIBS into I915_CFLAGS/LIBS. Headers were generated from drm-tip on the following commit : commit 6d61e70ccc21606ffb8a0a03bd3aba24f659502b Merge: 338ffbf7cb5e c0bc126f97fb Author: Dave Airlie <[email protected]> Date: Tue Jun 27 07:24:49 2017 +1000 Backmerge tag 'v4.12-rc7' into drm-next v2: Use installed files from the kernel (Daniel Vetter) v3: Use headers from drm-next rather than drm-tip (Dave/Daniel) Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 2e5dab9f7c8..b672e615c52 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -117,6 +117,12 @@ 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 \