From 36859022ead632102b8f57881f91361fd7b07110 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 27 May 2016 15:35:34 +0100 Subject: [PATCH] isl: add isl_priv.h to the sources list Otherwise it will be missing from the release tarball. Signed-off-by: Emil Velikov Reviewed-by: Matt Turner Reviewed-by: Jason Ekstrand --- src/intel/isl/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/isl/Makefile.sources b/src/intel/isl/Makefile.sources index e06568b64af..fe6a00f1682 100644 --- a/src/intel/isl/Makefile.sources +++ b/src/intel/isl/Makefile.sources @@ -7,6 +7,7 @@ ISL_FILES = \ isl_gen4.h \ isl_gen6.c \ isl_gen6.h \ + isl_priv.h \ isl_storage_image.c ISL_GEN7_FILES = \ -- 2.30.2