Make radio_tool an optional dependency
This commit is contained in:
parent
02209e4c1a
commit
0716d7d78c
|
|
@ -170,8 +170,8 @@ targets = [
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
objcopy = find_program('objcopy')
|
objcopy = find_program('objcopy', required:false)
|
||||||
radio_tool = find_program('radio_tool')
|
radio_tool = find_program('radio_tool', required:false)
|
||||||
|
|
||||||
foreach t : targets
|
foreach t : targets
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue