Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Prefix missed generated syscall includes #75598

Conversation

besmarsh
Copy link
Contributor

@besmarsh besmarsh commented Jul 8, 2024

PR #63973 namespaced generated headers with zephyr/, including generated syscall headers.

Since then, some new generated syscall header includes have been added without the zephyr/ prefix, breaking builds when
CONFIG_LEGACY_GENERATED_INCLUDE_PATH is disabled.

This PR adds the zephyr/ prefix to includes for generated syscall headers where it has been missed.

PR zephyrproject-rtos#63973 namespaced generated headers with zephyr/, including generated
syscall headers.

Since then, some new generated syscall header includes have been added
without the zephyr/ prefix, breaking builds when
CONFIG_LEGACY_GENERATED_INCLUDE_PATH is disabled.

This commit adds the zephyr/ prefix to includes for generated syscall
headers where it has been missed.

Signed-off-by: Ben Marsh <[email protected]>
@nashif nashif added this to the v3.7.0 milestone Jul 8, 2024
@henrikbrixandersen henrikbrixandersen added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jul 8, 2024
@nashif nashif merged commit 74c871d into zephyrproject-rtos:main Jul 11, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Device Model area: Flash area: Kernel area: MSPI Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants