build: namespace syscall sources to zephyr/
Namespace the `syscall_dispatch.c` & `syscall_export_llext.c` to `zephyr/` as well Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
0dac6c132b
commit
3570408db5
5 changed files with 8 additions and 8 deletions
|
@ -147,7 +147,7 @@ the project out directory under ``include/generated/``:
|
|||
of the API in uppercase, prefixed with ``K_SYSCALL_``.
|
||||
|
||||
* An entry for the system call is created in the dispatch table
|
||||
``_k_syscall_table``, expressed in ``include/generated/syscall_dispatch.c``
|
||||
``_k_syscall_table``, expressed in ``include/generated/zephyr/syscall_dispatch.c``
|
||||
|
||||
* This table only contains syscalls where their corresponding
|
||||
prototypes are declared in header files when
|
||||
|
|
|
@ -48,7 +48,7 @@ Build System
|
|||
* - ``version.h``
|
||||
* - ``zsr.h``
|
||||
|
||||
and syscall headers are now namespaced into the ``zephyr/`` folder. The change is largely
|
||||
as well as syscall headers & sources are now namespaced into the ``zephyr/`` folder. The change is largely
|
||||
automated, and the script can be found in :github:`63973`.
|
||||
For the time being, the compatibility Kconfig (:kconfig:option:`CONFIG_LEGACY_GENERATED_INCLUDE_PATH`)
|
||||
is enabled by default so that downstream applications will continue to compile, a warning message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue