scripts: move mergehex.py to scripts/build
Move scripts needed by the build system and not designed to be run individually or standalone into the build subfolder. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
09b4becaee
commit
72e7fa8176
3 changed files with 5 additions and 5 deletions
|
@ -1791,7 +1791,7 @@ if(HEX_FILES_TO_MERGE)
|
|||
OUTPUT ${MERGED_HEX_NAME}
|
||||
COMMAND
|
||||
${PYTHON_EXECUTABLE}
|
||||
${ZEPHYR_BASE}/scripts/mergehex.py
|
||||
${ZEPHYR_BASE}/scripts/build/mergehex.py
|
||||
-o ${MERGED_HEX_NAME}
|
||||
${HEX_FILES_TO_MERGE}
|
||||
DEPENDS ${HEX_FILES_TO_MERGE} ${logical_target_for_zephyr_elf}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue