aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@google.com>2017-12-12 15:11:31 -0500
committerGravatar Andres Erbsen <andreser@mit.edu>2018-01-09 10:09:46 -0500
commit609b74a924acfd763ef1ad10e9102193b441699e (patch)
tree6a4d4649b0b974c7599e224f90895d0718c59d7d /Makefile
parent0a1d252ac85d7b44a108c72b5744edd2c4b000ee (diff)
@davidben merged Jacobian+affine into Jacobian+Jacobian
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d1935f6f..172b0294e 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ SPECIFIC_GENERATED_VOFILES := src/Specific/solinas%.vo src/Specific/montgomery%.
# add files to this list to prevent them from being built as final
# targets by the "lite" target
LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo \
+ src/Curves/Weierstrass/Jacobian.vo \
src/Curves/Weierstrass/Projective.vo \
src/Specific/X2448/Karatsuba/C64/fe%.vo \
src/Specific/NISTP256/AMD64/fe%.vo \