kernel: Rename stack file for proper preprocessor support

This commit is contained in:
TheTurtle 2026-04-19 18:04:35 +03:00 committed by GitHub
parent f65368a3f8
commit 1a234a566d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ set(KERNEL_LIB src/core/libraries/kernel/sync/mutex.cpp
src/core/libraries/kernel/threads/sleepq.cpp
src/core/libraries/kernel/threads/sleepq.h
src/core/libraries/kernel/threads/stack.cpp
src/core/libraries/kernel/threads/stack.s
src/core/libraries/kernel/threads/stack.S
src/core/libraries/kernel/threads/tcb.cpp
src/core/libraries/kernel/threads/pthread.h
src/core/libraries/kernel/threads/thread_state.cpp