scripts: move process_gperf.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:56:46 -04:00 committed by Carles Cufí
commit d859997994
6 changed files with 6 additions and 6 deletions

View file

@ -896,7 +896,7 @@ if(CONFIG_USERSPACE)
)
set(GEN_KOBJ_LIST ${ZEPHYR_BASE}/scripts/build/gen_kobject_list.py)
set(PROCESS_GPERF ${ZEPHYR_BASE}/scripts/process_gperf.py)
set(PROCESS_GPERF ${ZEPHYR_BASE}/scripts/build/process_gperf.py)
endif()
get_property(CSTD GLOBAL PROPERTY CSTD)