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(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()
|
endif()
|
||||||
|
|
||||||
get_property(CSTD GLOBAL PROPERTY CSTD)
|
get_property(CSTD GLOBAL PROPERTY CSTD)
|
||||||
|
|
|
@ -705,7 +705,7 @@ scripts/build/gen_image_info.py @tejlmand
|
||||||
/scripts/build/gen_kobject_placeholders.py @dcpleung
|
/scripts/build/gen_kobject_placeholders.py @dcpleung
|
||||||
/scripts/build/gen_syscalls.py @dcpleung @nashif
|
/scripts/build/gen_syscalls.py @dcpleung @nashif
|
||||||
/scripts/list_boards.py @mbolivar-nordic
|
/scripts/list_boards.py @mbolivar-nordic
|
||||||
/scripts/process_gperf.py @dcpleung @nashif
|
/scripts/build/process_gperf.py @dcpleung @nashif
|
||||||
/scripts/build/gen_relocate_app.py @dcpleung
|
/scripts/build/gen_relocate_app.py @dcpleung
|
||||||
/scripts/requirements*.txt @mbolivar-nordic @galak @nashif
|
/scripts/requirements*.txt @mbolivar-nordic @galak @nashif
|
||||||
/scripts/tests/twister/ @aasthagr
|
/scripts/tests/twister/ @aasthagr
|
||||||
|
|
|
@ -1974,7 +1974,7 @@ Userspace:
|
||||||
- scripts/build/gen_app_partitions.py
|
- scripts/build/gen_app_partitions.py
|
||||||
- scripts/build/gen_kobject_list.py
|
- scripts/build/gen_kobject_list.py
|
||||||
- scripts/build/gen_syscalls.py
|
- scripts/build/gen_syscalls.py
|
||||||
- scripts/process_gperf.py
|
- scripts/build/process_gperf.py
|
||||||
- scripts/build/gen_relocate_app.py
|
- scripts/build/gen_relocate_app.py
|
||||||
- include/zephyr/sys/kobject.h
|
- include/zephyr/sys/kobject.h
|
||||||
labels:
|
labels:
|
||||||
|
|
2
doc/build/cmake/build-postprocess-4.svg
generated
vendored
2
doc/build/cmake/build-postprocess-4.svg
generated
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
4
doc/build/cmake/index.rst
vendored
4
doc/build/cmake/index.rst
vendored
|
@ -402,10 +402,10 @@ The following is a detailed description of the scripts used during the build pro
|
||||||
|
|
||||||
.. _process_gperf.py:
|
.. _process_gperf.py:
|
||||||
|
|
||||||
:zephyr_file:`scripts/process_gperf.py`
|
:zephyr_file:`scripts/build/process_gperf.py`
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
.. include:: ../../../scripts/process_gperf.py
|
.. include:: ../../../scripts/build/process_gperf.py
|
||||||
:start-after: """
|
:start-after: """
|
||||||
:end-before: """
|
:end-before: """
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue