summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-05-27 15:35:34 +0100
committerEmil Velikov <[email protected]>2016-05-30 10:28:50 +0100
commit36859022ead632102b8f57881f91361fd7b07110 (patch)
tree63da2a93b079ea24f59dbe82c560169b38d47378
parent41d252e418596b9f75d7ad68b901787523db7f95 (diff)
isl: add isl_priv.h to the sources list
Otherwise it will be missing from the release tarball. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r--src/intel/isl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
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 = \