commit | e30e9b0bf755e8dac6bfc0a17c29acb46e233610 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Thu Oct 05 18:24:58 2017 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Oct 06 06:31:34 2017 -0300 |
tree | eaafcd64eba885800d84082d50b557526c43ee2a | |
parent | 97d997a73377d504ddda40275bdaa88c538166b6 [diff] |
Fixes a make param typo Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/Makefile b/Makefile index 88328d9..aa77b76 100644 --- a/Makefile +++ b/Makefile
@@ -8,7 +8,7 @@ # it should be set to either RSA, or ECDSA_P256. This value can be # overridden by the make invocation, e.g.: # -# make SIGNATURE_TYPE=ECDSA_P256 +# make CONF_SIGNATURE_TYPE=ECDSA_P256 # CONF_SIGNATURE_TYPE ?= RSA