Skip to content

Commit 9971b8b

Browse files
committed
USBTTY, TIMEOUT command line parameters for test-enc.mk
1 parent 30c851f commit 9971b8b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tools/test-enc.mk

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
ENC_TEST_UPDATE_VERSION=2
2-
SIGN_ARGS=
1+
ENC_TEST_UPDATE_VERSION?=2
32
KEYGEN_TOOL=python3 ./tools/keytools/keygen.py
43
SIGN_TOOL=python3 ./tools/keytools/sign.py
54
SIGN_ARGS+=--ecc256 --encrypt /tmp/enc_key.der
65
SIGN_ENC_ARGS+=--ecc256 --encrypt /tmp/enc_key.der
7-
USBTTY=/dev/ttyACM0
8-
TIMEOUT=60
6+
USBTTY?=/dev/ttyACM0
7+
TIMEOUT?=60
98

109
.config:
1110
@rm -f $@

0 commit comments

Comments
 (0)