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:
Kumar Gala 2017-11-14 10:28:36 -06:00 committed by Kumar Gala
commit 999b658f76

View file

@ -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}
)