diff options
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 6 |
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 \ |