From: Emil Velikov Date: Thu, 4 Oct 2018 14:16:22 +0000 (+0100) Subject: intel: include i915_pciids.h in the tarball X-Git-Tag: android-x86-8.1-r1~25 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=86326a2c536c95f1c990845e163c7d24c70dc1de;hp=7dea956d388f10bec7dc31be4baf683fb6fb6cde;p=android-x86%2Fexternal-libdrm.git intel: include i915_pciids.h in the tarball Fixes: 4e81d4f9c9b ("intel: add generic functions to check PCI ID") Cc: Lucas De Marchi Signed-off-by: Emil Velikov --- diff --git a/intel/Makefile.sources b/intel/Makefile.sources index 61f43aeb..aa27e273 100644 --- a/intel/Makefile.sources +++ b/intel/Makefile.sources @@ -1,4 +1,5 @@ LIBDRM_INTEL_FILES := \ + i915_pciids.h \ intel_bufmgr.c \ intel_bufmgr_priv.h \ intel_bufmgr_fake.c \