cmake: flash: Remove fake path to zephyr_flash_debug.py
We append a path to the FLASH_SCRIPT/DEBUG_SCRIPT that was bogus and not really needed by zephyr_flash_debug.py. So lets remove it since its just confusing. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
4a9a0e209a
commit
999b658f76
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ foreach(target flash debug debugserver)
|
|||
${PYTHON_EXECUTABLE}
|
||||
$ENV{ZEPHYR_BASE}/scripts/support/zephyr_flash_debug.py
|
||||
${target}
|
||||
$ENV{ZEPHYR_BASE}/scripts/support/${script}
|
||||
${script}
|
||||
DEPENDS ${logical_target_for_zephyr_elf}
|
||||
WORKING_DIRECTORY ${APPLICATION_BINARY_DIR}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue