From cbe61e4fdce01e3acd0adb56bcf45ca280fad55d Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 25 Oct 2017 08:31:53 -0700 Subject: Remove NISTP256/AMD128 from lite target This hopefully fixes #262 --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e0e734ad..8db4b4ff7 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,13 @@ SPECIAL_VOFILES := src/Specific/%Display.vo SPECIFIC_GENERATED_VOFILES := src/Specific/solinas%.vo src/Specific/montgomery%.vo # 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/Specific/X2448/Karatsuba/C64/Synthesis.vo src/Specific/NISTP256/AMD64/Synthesis.vo src/Specific/X25519/C64/ladderstep.vo src/Specific/X25519/C32/%.vo $(SPECIFIC_GENERATED_VOFILES) +LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo \ + src/Specific/X2448/Karatsuba/C64/Synthesis.vo \ + src/Specific/NISTP256/AMD64/Synthesis.vo \ + src/Specific/NISTP256/AMD128/Synthesis.vo \ + src/Specific/X25519/C64/ladderstep.vo \ + src/Specific/X25519/C32/%.vo \ + $(SPECIFIC_GENERATED_VOFILES) REGULAR_VOFILES := $(filter-out $(SPECIAL_VOFILES) $(UNMADE_VOFILES),$(VOFILES)) CURVES_PROOFS_PRE_VOFILES := $(filter src/Curves/%Proofs.vo,$(REGULAR_VOFILES)) NO_CURVES_PROOFS_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo -- cgit v1.2.3