Add new asm files to generate_build_files.py

These were added in
https://boringssl-review.googlesource.com/c/boringssl/+/63185, but we
forgot to add them here too.

I really gotta finish unifying our build systems.

Change-Id: Id98b018dd978a190be782ad24e7ff7233b87f3d7
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/63425
Commit-Queue: Bob Beck <bbe@google.com>
Auto-Submit: David Benjamin <davidben@google.com>
Reviewed-by: Bob Beck <bbe@google.com>
chromium-stable
David Benjamin 1 year ago committed by Boringssl LUCI CQ
parent a1982649e0
commit 6d3db84c47
  1. 4
      util/generate_build_files.py

@ -48,6 +48,8 @@ NON_PERL_FILES = {
('apple', 'x86_64'): [
'src/third_party/fiat/asm/fiat_curve25519_adx_mul.S',
'src/third_party/fiat/asm/fiat_curve25519_adx_square.S',
'src/third_party/fiat/asm/fiat_p256_adx_mul.S',
'src/third_party/fiat/asm/fiat_p256_adx_sqr.S',
],
('linux', 'arm'): [
'src/crypto/curve25519/asm/x25519-asm-arm.S',
@ -57,6 +59,8 @@ NON_PERL_FILES = {
'src/crypto/hrss/asm/poly_rq_mul.S',
'src/third_party/fiat/asm/fiat_curve25519_adx_mul.S',
'src/third_party/fiat/asm/fiat_curve25519_adx_square.S',
'src/third_party/fiat/asm/fiat_p256_adx_mul.S',
'src/third_party/fiat/asm/fiat_p256_adx_sqr.S',
],
}

Loading…
Cancel
Save