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:
Anas Nashif 2022-07-11 10:58:14 -04:00 committed by Carles Cufí
commit 92575fdac8
4 changed files with 4 additions and 4 deletions

View file

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

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

View file

@ -365,11 +365,11 @@ The following is a detailed description of the scripts used during the build pro
.. _parse_syscalls.py:
:zephyr_file:`scripts/parse_syscalls.py`
:zephyr_file:`scripts/build/parse_syscalls.py`
----------------------------------------
.. include:: ../../../scripts/parse_syscalls.py
.. include:: ../../../scripts/build/parse_syscalls.py
:start-after: """
:end-before: """