We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd65a8 commit c4f87c6Copy full SHA for c4f87c6
tools/test-renode.mk
@@ -95,12 +95,11 @@ ifeq ($(SIGN),RSA4096)
95
SIGN_ARGS+= --rsa4096
96
endif
97
98
-ifeq ($(SIGN),LMS)
99
- SIGN_ARGS+= --lms
+ifneq (,$(filter $(SIGN), LMS ext_LMS))
+ SIGN_ARGS+= --lms
100
101
-
102
-ifeq ($(SIGN),XMSS)
103
- SIGN_ARGS+= --xmss
+ifneq (,$(filter $(SIGN), XMSS ext_XMSS))
+ SIGN_ARGS+= --xmss
104
105
106
ifeq ($(SIGN),ML_DSA)
0 commit comments