scripts: move gen_offset_header.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
d5dcf20382
commit
e234c21ab2
4 changed files with 4 additions and 4 deletions
|
@ -797,7 +797,7 @@ add_dependencies(zephyr_interface
|
|||
|
||||
add_custom_command(
|
||||
OUTPUT ${OFFSETS_H_PATH}
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/scripts/gen_offset_header.py
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/scripts/build/gen_offset_header.py
|
||||
-i $<TARGET_OBJECTS:${OFFSETS_LIB}>
|
||||
-o ${OFFSETS_H_PATH}
|
||||
DEPENDS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue