Skip to content

Commit 735c000

Browse files
committed
exclude Bedrock2 Joye ladder from lite target
1 parent b240a3b commit 735c000

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

+6-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@ endif
8787
EXCLUDED_VOFILES := $(filter $(EXCLUDE_PATTERN),$(VOFILES))
8888
# add files to this list to prevent them from being built as final
8989
# targets by the "lite" target
90-
LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo \
90+
LITE_UNMADE_VOFILES := \
91+
src/Bedrock/Secp256k1/Addchain.vo \
92+
src/Bedrock/Secp256k1/Field256k1.vo \
93+
src/Bedrock/Secp256k1/JacobianCoZ.vo \
94+
src/Bedrock/Secp256k1/JoyeLadder.vo \
95+
src/Curves/Weierstrass/AffineProofs.vo \
9196
src/Curves/Weierstrass/Jacobian/Jacobian.vo \
9297
src/Curves/Weierstrass/Jacobian/CoZ.vo \
9398
src/Curves/Weierstrass/Jacobian/ScalarMult.vo \

0 commit comments

Comments
 (0)