scripts: move gen_strerror_table.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:54:06 -04:00 committed by Carles Cufí
parent d589e7f04e
commit 4f65bf6412
3 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ add_custom_command(
OUTPUT ${STRERROR_TABLE_H}
COMMAND
${PYTHON_EXECUTABLE}
${ZEPHYR_BASE}/scripts/gen_strerror_table.py
${ZEPHYR_BASE}/scripts/build/gen_strerror_table.py
-i include/errno.h
-o ${STRERROR_TABLE_H}
DEPENDS include/errno.h

View File

@ -10,7 +10,7 @@
#include <zephyr/sys/util.h>
/*
* See scripts/gen_strerror_table.py
* See scripts/build/gen_strerror_table.py
*
* #define sys_nerr N
* const char *const sys_errlist[sys_nerr];