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>
diff --git a/util/generate_build_files.py b/util/generate_build_files.py
index 1dd1629..9f24a2b 100644
--- a/util/generate_build_files.py
+++ b/util/generate_build_files.py
@@ -48,6 +48,8 @@
('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 @@
'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',
],
}