summaryrefslogtreecommitdiff
path: root/src/amd/Makefile.sources
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2018-05-04 16:00:35 +0200
committerMarek Olšák <marek.olsak@amd.com>2019-06-12 20:28:23 -0400
commitb3be346c68953e693b79459434ff7ee9cd7b9bed (patch)
treead33079f63963bc078551616ee1ba86373c843b0 /src/amd/Makefile.sources
parent608257cf82f49109c8f1a2bab1d6e30fa14f9ba7 (diff)
downloadmesa-b3be346c68953e693b79459434ff7ee9cd7b9bed.tar.gz
amd/common: add a more powerful runtime linker
Using an explicit linker instead of just concatenating .text sections will allow us to start using .rodata sections and explicit descriptions of data on LDS that is shared between stages. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r--src/amd/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources
index bfce9fdb6f8..3eba6be73ea 100644
--- a/src/amd/Makefile.sources
+++ b/src/amd/Makefile.sources
@@ -43,6 +43,8 @@ AMD_COMPILER_FILES = \
common/ac_llvm_helper.cpp \
common/ac_llvm_util.c \
common/ac_llvm_util.h \
+ common/ac_rtld.c \
+ common/ac_rtld.h \
common/ac_shader_abi.h \
common/ac_shader_util.c \
common/ac_shader_util.h