summaryrefslogtreecommitdiff
path: root/eureka.mk
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2020-03-02 19:23:34 +0000
committerTobias Thierer <tobiast@google.com>2020-03-02 19:24:01 +0000
commit43be7d2d2548688fca8c4949f9df458305f4e57c (patch)
treea11dda7567c62c10b08aee6e2ac292afac9b2726 /eureka.mk
parent18c89d67305f5e16f34595858b85ccde3082591c (diff)
downloadboringssl-43be7d2d2548688fca8c4949f9df458305f4e57c.tar.gz
external/boringssl: Sync to 2fb729d4f36beaf263ad85e24a790b571652679c.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/7f02881e96e51f1873afcf384d02f782b48967ca..2fb729d4f36beaf263ad85e24a790b571652679c Test: atest CtsLibcoreTestCases Change-Id: I46a15a7bae971f16f957b04bcbb771a6936d5c1b
Diffstat (limited to 'eureka.mk')
-rw-r--r--eureka.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/eureka.mk b/eureka.mk
index 4c3866d9..382e799d 100644
--- a/eureka.mk
+++ b/eureka.mk
@@ -313,7 +313,6 @@ linux_aarch64_sources := \
linux_arm_sources := \
linux-arm/crypto/chacha/chacha-armv4.S\
- linux-arm/crypto/fipsmodule/aes-armv4.S\
linux-arm/crypto/fipsmodule/aesv8-armx32.S\
linux-arm/crypto/fipsmodule/armv4-mont.S\
linux-arm/crypto/fipsmodule/bsaes-armv7.S\
@@ -330,10 +329,10 @@ linux_arm_sources := \
linux_ppc64le_sources := \
linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S\
linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S\
+ linux-ppc64le/crypto/test/trampoline-ppc.S\
linux_x86_sources := \
linux-x86/crypto/chacha/chacha-x86.S\
- linux-x86/crypto/fipsmodule/aes-586.S\
linux-x86/crypto/fipsmodule/aesni-x86.S\
linux-x86/crypto/fipsmodule/bn-586.S\
linux-x86/crypto/fipsmodule/co-586.S\
@@ -351,7 +350,6 @@ linux_x86_64_sources := \
linux-x86_64/crypto/chacha/chacha-x86_64.S\
linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S\
linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S\
- linux-x86_64/crypto/fipsmodule/aes-x86_64.S\
linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S\
linux-x86_64/crypto/fipsmodule/aesni-x86_64.S\
linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S\