From: Emil Velikov Date: Thu, 6 Oct 2016 14:42:04 +0000 (+0100) Subject: amd: add amd_kernel_code_t.h to the sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03350c970803cf76b802fca8e7c7a635c97cf8f7;p=mesa.git 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 --- diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index e5083248880..3114a21a177 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 = \