scripts: move user_wordsize.py to scripts/build/user_wordsize.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:
Anas Nashif 2022-07-11 10:57:31 -04:00 committed by Carles Cufí
parent a8a976647e
commit 98ab67d7dc
3 changed files with 2 additions and 2 deletions

View file

@ -721,7 +721,7 @@ scripts/build/gen_image_info.py @tejlmand
/scripts/west-commands.yml @mbolivar-nordic /scripts/west-commands.yml @mbolivar-nordic
/scripts/zephyr_module.py @tejlmand /scripts/zephyr_module.py @tejlmand
/scripts/build/uf2conv.py @petejohanson /scripts/build/uf2conv.py @petejohanson
/scripts/user_wordsize.py @cfriedt /scripts/build/user_wordsize.py @cfriedt
/scripts/valgrind.supp @aescolar @daor-oti /scripts/valgrind.supp @aescolar @daor-oti
/share/zephyr-package/ @tejlmand /share/zephyr-package/ @tejlmand
/share/zephyrunittest-package/ @tejlmand /share/zephyrunittest-package/ @tejlmand

View file

@ -8,7 +8,7 @@
execute_process( execute_process(
COMMAND COMMAND
${PYTHON_EXECUTABLE} ${PYTHON_EXECUTABLE}
${ZEPHYR_BASE}/scripts/user_wordsize.py ${ZEPHYR_BASE}/scripts/build/user_wordsize.py
OUTPUT_VARIABLE OUTPUT_VARIABLE
WORDSIZE WORDSIZE
OUTPUT_STRIP_TRAILING_WHITESPACE OUTPUT_STRIP_TRAILING_WHITESPACE