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:
parent
92575fdac8
commit
61f672607a
2 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue