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:
parent
72e7fa8176
commit
d859997994
6 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue