aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-05-15 23:23:03 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-05-15 23:23:03 -0400
commit8ac227a2e1b13ee5a24fd6a892208996338476c3 (patch)
tree4a024377be056787f4340c68505d5b6ab8152504 /Makefile
parent7bd5848deee3dab2a8df73f649588747a0f4caeb (diff)
Add more files to nobigmem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 368070341..6f1ae4b2e 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,8 @@ LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo \
src/Specific/X25519/C32/fe%.vo \
$(SPECIFIC_GENERATED_VOFILES)
NOBIGMEM_UNMADE_VOFILES := \
+ src/Curves/Weierstrass/AffineProofs.vo \
+ src/Curves/Weierstrass/Jacobian.vo \
src/Curves/Weierstrass/Projective.vo \
$(SPECIFIC_GENERATED_VOFILES)
REGULAR_VOFILES := $(filter-out $(SPECIAL_VOFILES) $(UNMADE_VOFILES),$(VOFILES))