scripts: move parse_syscalls.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
98ab67d7dc
commit
92575fdac8
4 changed files with 4 additions and 4 deletions
|
@ -688,7 +688,7 @@ add_custom_command(
|
|||
${struct_tags_json}
|
||||
COMMAND
|
||||
${PYTHON_EXECUTABLE}
|
||||
${ZEPHYR_BASE}/scripts/parse_syscalls.py
|
||||
${ZEPHYR_BASE}/scripts/build/parse_syscalls.py
|
||||
--include ${ZEPHYR_BASE}/include # Read files from this dir
|
||||
--include ${ZEPHYR_BASE}/drivers # For net sockets
|
||||
--include ${ZEPHYR_BASE}/subsys/net # More net sockets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue