diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-10-06 15:42:04 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-10-06 16:17:51 +0100 |
commit | 03350c970803cf76b802fca8e7c7a635c97cf8f7 (patch) | |
tree | 09566a78caa3dd28766ecdbe13d414cbab13fdff /src/amd/Makefile.sources | |
parent | b634be0e6951ca1b6df0812425d10652cd6ec34a (diff) |
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.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index e508324888..3114a21a17 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 = \ |