Skip to content

Commit d9ff7cf

Browse files
committed
wscript: add missing getafix_dvt definitions
Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent d45712a commit d9ff7cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wscript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUNNERS = {
5757
'obelix_pvt': ['sftool'],
5858
'obelix_bb2': ['sftool'],
5959
'getafix_evt': ['sftool'],
60+
'getafix_dvt': ['sftool'],
6061
}
6162

6263
def truncate(msg):
@@ -123,6 +124,7 @@ def options(opt):
123124
'obelix_pvt',
124125
'obelix_bb2',
125126
'getafix_evt',
127+
'getafix_dvt',
126128
],
127129
help='Which board we are targeting '
128130
'bb2, snowy_dvt, spalding, silk...')

0 commit comments

Comments
 (0)