Browse Source

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: 91ec6e5664 ("radeonsi/compute: Use the HSA abi for non-TGSI
compute shaders v3")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
tags/13.0-branchpoint
Emil Velikov 9 years ago
parent
commit
03350c9708
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/amd/Makefile.sources

+ 1
- 0
src/amd/Makefile.sources View 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 = \

Loading…
Cancel
Save