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:
Anas Nashif 2022-07-11 10:55:37 -04:00 committed by Carles Cufí
commit 72e7fa8176
3 changed files with 5 additions and 5 deletions

View file

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