Module: Mesa Branch: master Commit: 03350c970803cf76b802fca8e7c7a635c97cf8f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03350c970803cf76b802fca8e7c7a635c97cf8f7
Author: Emil Velikov <[email protected]> Date: Thu Oct 6 15:42:04 2016 +0100 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 <[email protected]> --- src/amd/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 = \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
