scripts: move subfolder_list.py to scripts/build/subfolder_list.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
d859997994
commit
9ee1e32b57
2 changed files with 2 additions and 2 deletions
|
@ -614,7 +614,7 @@ endif()
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND
|
COMMAND
|
||||||
${PYTHON_EXECUTABLE}
|
${PYTHON_EXECUTABLE}
|
||||||
${ZEPHYR_BASE}/scripts/subfolder_list.py
|
${ZEPHYR_BASE}/scripts/build/subfolder_list.py
|
||||||
--directory ${ZEPHYR_BASE}/include # Walk this directory
|
--directory ${ZEPHYR_BASE}/include # Walk this directory
|
||||||
--out-file ${syscalls_subdirs_txt} # Write file with discovered folder
|
--out-file ${syscalls_subdirs_txt} # Write file with discovered folder
|
||||||
--trigger ${syscalls_subdirs_trigger} # Trigger file that is used for json generation
|
--trigger ${syscalls_subdirs_trigger} # Trigger file that is used for json generation
|
||||||
|
@ -647,7 +647,7 @@ else()
|
||||||
${syscalls_subdirs_trigger}
|
${syscalls_subdirs_trigger}
|
||||||
COMMAND
|
COMMAND
|
||||||
${PYTHON_EXECUTABLE}
|
${PYTHON_EXECUTABLE}
|
||||||
${ZEPHYR_BASE}/scripts/subfolder_list.py
|
${ZEPHYR_BASE}/scripts/build/subfolder_list.py
|
||||||
--directory ${ZEPHYR_BASE}/include # Walk this directory
|
--directory ${ZEPHYR_BASE}/include # Walk this directory
|
||||||
--out-file ${syscalls_subdirs_txt} # Write file with discovered folder
|
--out-file ${syscalls_subdirs_txt} # Write file with discovered folder
|
||||||
--trigger ${syscalls_subdirs_trigger} # Trigger file that is used for json generation
|
--trigger ${syscalls_subdirs_trigger} # Trigger file that is used for json generation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue