summaryrefslogtreecommitdiffstats
path: root/src/amd/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-10-06 15:42:04 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-10-06 16:17:51 +0100
commit03350c970803cf76b802fca8e7c7a635c97cf8f7 (patch)
tree09566a78caa3dd28766ecdbe13d414cbab13fdff /src/amd/Makefile.sources
parentb634be0e6951ca1b6df0812425d10652cd6ec34a (diff)
downloadexternal_mesa3d-03350c970803cf76b802fca8e7c7a635c97cf8f7.zip
external_mesa3d-03350c970803cf76b802fca8e7c7a635c97cf8f7.tar.gz
external_mesa3d-03350c970803cf76b802fca8e7c7a635c97cf8f7.tar.bz2
amd: add amd_kernel_code_t.h to the sources list
Otherwise it won't be picked in the tarball and the build will fail. Fixes: 91ec6e56649 ("radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3") Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r--src/amd/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index e508324..3114a21 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -2,6 +2,7 @@ COMMON_HEADER_FILES = \
common/sid.h \
common/r600d_common.h \
common/amd_family.h \
+ common/amd_kernel_code_t.h \
common/amdgpu_id.h
ADDRLIB_FILES = \