summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-05-27 15:35:34 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-30 10:28:50 +0100
commit36859022ead632102b8f57881f91361fd7b07110 (patch)
tree63da2a93b079ea24f59dbe82c560169b38d47378 /src
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 <emil.velikov@collabora.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src')
-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 e06568b64a..fe6a00f168 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 = \