mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-15 19:00:00 +00:00
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 commit adds the zephyr/ prefix to includes for generated syscall headers where it has been missed. Signed-off-by: Ben Marsh <ben.marsh@helvar.com> |
||
---|---|---|
.. | ||
include | ||
paging | ||
atomic_c.c | ||
banner.c | ||
busy_wait.c | ||
CMakeLists.txt | ||
compiler_stack_protect.c | ||
condvar.c | ||
cpu_mask.c | ||
device.c | ||
dynamic_disabled.c | ||
dynamic.c | ||
errno.c | ||
events.c | ||
fatal.c | ||
float.c | ||
futex.c | ||
idle.c | ||
init_static.c | ||
init.c | ||
ipi.c | ||
irq_offload.c | ||
Kconfig | ||
Kconfig.device | ||
Kconfig.mem_domain | ||
Kconfig.obj_core | ||
Kconfig.smp | ||
Kconfig.vm | ||
kheap.c | ||
mailbox.c | ||
main_weak.c | ||
mem_domain.c | ||
mem_slab.c | ||
mempool.c | ||
mmu.c | ||
msg_q.c | ||
mutex.c | ||
nothread.c | ||
obj_core.c | ||
pipes.c | ||
poll.c | ||
priority_queues.c | ||
queue.c | ||
sched.c | ||
sem.c | ||
smp.c | ||
spinlock_validate.c | ||
stack.c | ||
system_work_q.c | ||
thread_monitor.c | ||
thread.c | ||
timeout.c | ||
timer.c | ||
timeslicing.c | ||
usage.c | ||
userspace_handler.c | ||
userspace.c | ||
version.c | ||
work.c | ||
xip.c |