From 03350c970803cf76b802fca8e7c7a635c97cf8f7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 6 Oct 2016 15:42:04 +0100 Subject: [PATCH] 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 --- src/amd/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 = \ -- 2.30.2