Skip to content

Commit

Permalink
exclude Bedrock2 Joye ladder from lite target
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Oct 29, 2024
1 parent b240a3b commit 735c000
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ endif
EXCLUDED_VOFILES := $(filter $(EXCLUDE_PATTERN),$(VOFILES))
# 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 \
LITE_UNMADE_VOFILES := \
src/Bedrock/Secp256k1/Addchain.vo \
src/Bedrock/Secp256k1/Field256k1.vo \
src/Bedrock/Secp256k1/JacobianCoZ.vo \
src/Bedrock/Secp256k1/JoyeLadder.vo \
src/Curves/Weierstrass/AffineProofs.vo \
src/Curves/Weierstrass/Jacobian/Jacobian.vo \
src/Curves/Weierstrass/Jacobian/CoZ.vo \
src/Curves/Weierstrass/Jacobian/ScalarMult.vo \
Expand Down

0 comments on commit 735c000

Please sign in to comment.