Mesa (master): amd: add amd_kernel_code_t.h to the sources list

Emil Velikov evelikov at kemper.freedesktop.org
Thu Oct 6 15:20:43 UTC 2016


Module: Mesa
Branch: master
Commit: 03350c970803cf76b802fca8e7c7a635c97cf8f7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=03350c970803cf76b802fca8e7c7a635c97cf8f7

Author: Emil Velikov <emil.velikov at collabora.com>
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 <emil.velikov at collabora.com>

---

 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 = \




More information about the mesa-commit mailing list