projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b634be0
)
amd: add amd_kernel_code_t.h to the sources list
author
Emil Velikov
<emil.velikov@collabora.com>
Thu, 6 Oct 2016 14:42:04 +0000
(15:42 +0100)
committer
Emil 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
patch
|
blob
|
history
diff --git
a/src/amd/Makefile.sources
b/src/amd/Makefile.sources
index
e508324
..
3114a21
100644
(file)
--- 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 = \