summaryrefslogtreecommitdiffstats
path: root/src/mapi/Makefile.sources
diff options
context:
space:
mode:
authorBen Crocker <[email protected]>2017-06-02 19:37:55 -0400
committerEmil Velikov <[email protected]>2017-06-28 08:20:45 +0100
commitc26be2b2e920b9e79067c9ffa51cc6f122a08743 (patch)
treee75a41d16dcde244856ab518a774572703bfbeff /src/mapi/Makefile.sources
parent74db56b97a65d488c38a8cfbb600b019439c2f91 (diff)
mapi: Enable assembly language API acceleration for PPC64LE (V2)
Implement assembly language API acceleration for PPC64LE, analogous to long-standing implementations for X86 and X86-64. See also similar implementation in libglvnd. Tested with Piglit. Signed-off-by: Ben Crocker <[email protected]> Acked-by: Emil Velikov <[email protected]> Reviewed-by: Bill Schmidt <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.sources')
-rw-r--r--src/mapi/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources
index 37d6ef3aaae..5647158e3da 100644
--- a/src/mapi/Makefile.sources
+++ b/src/mapi/Makefile.sources
@@ -26,6 +26,8 @@ MAPI_BRIDGE_FILES = \
entry_x86-64_tls.h \
entry_x86_tls.h \
entry_x86_tsd.h \
+ entry_ppc64le_tls.h \
+ entry_ppc64le_tsd.h \
mapi_tmp.h
MAPI_FILES = \