Skip to content

Commit

Permalink
scripts: move process_gperf.py to scripts/build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nashif authored and carlescufi committed Jul 12, 2022
1 parent 72e7fa8 commit d859997
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ scripts/build/gen_image_info.py @tejlmand
/scripts/build/gen_kobject_placeholders.py @dcpleung
/scripts/build/gen_syscalls.py @dcpleung @nashif
/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/requirements*.txt @mbolivar-nordic @galak @nashif
/scripts/tests/twister/ @aasthagr
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ Userspace:
- scripts/build/gen_app_partitions.py
- scripts/build/gen_kobject_list.py
- scripts/build/gen_syscalls.py
- scripts/process_gperf.py
- scripts/build/process_gperf.py
- scripts/build/gen_relocate_app.py
- include/zephyr/sys/kobject.h
labels:
Expand Down
2 changes: 1 addition & 1 deletion doc/build/cmake/build-postprocess-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/build/cmake/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ The following is a detailed description of the scripts used during the build pro

.. _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: """
:end-before: """

Expand Down
File renamed without changes.

0 comments on commit d859997

Please sign in to comment.