scripts: move gen_handles.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:48:04 -04:00 committed by Carles Cufí
commit 80f4b5db21
4 changed files with 5 additions and 5 deletions

View file

@ -869,7 +869,7 @@ if(CONFIG_HAS_DTS)
OUTPUT dev_handles.c
COMMAND
${PYTHON_EXECUTABLE}
${ZEPHYR_BASE}/scripts/gen_handles.py
${ZEPHYR_BASE}/scripts/build/gen_handles.py
--output-source dev_handles.c
--num-dynamic-devices ${number_of_dynamic_devices}
--kernel $<TARGET_FILE:${ZEPHYR_LINK_STAGE_EXECUTABLE}>