scripts: move file2hex.py to scripts/build/file2hex.py

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:59:00 -04:00 committed by Carles Cufí
commit 61f672607a
2 changed files with 1 additions and 1 deletions

View file

@ -631,7 +631,7 @@ function(generate_inc_file
OUTPUT ${generated_file} OUTPUT ${generated_file}
COMMAND COMMAND
${PYTHON_EXECUTABLE} ${PYTHON_EXECUTABLE}
${ZEPHYR_BASE}/scripts/file2hex.py ${ZEPHYR_BASE}/scripts/build/file2hex.py
${ARGN} # Extra arguments are passed to file2hex.py ${ARGN} # Extra arguments are passed to file2hex.py
--file ${source_file} --file ${source_file}
> ${generated_file} # Does pipe redirection work on Windows? > ${generated_file} # Does pipe redirection work on Windows?