amd: add amd_kernel_code_t.h to the sources list
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 6 Oct 2016 14:42:04 +0000 (15:42 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 6 Oct 2016 15:17:51 +0000 (16:17 +0100)
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>
src/amd/Makefile.sources

index e508324..3114a21 100644 (file)
@@ -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 = \