This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 8ecbdf91647 cmake:add lib_psa_set/getstackaddr file to CMakeLists.txt
8ecbdf91647 is described below
commit 8ecbdf916472e139a7a53aab0a0816fd8f2b659d
Author: anjiahao <[email protected]>
AuthorDate: Mon Mar 31 14:41:16 2025 +0800
cmake:add lib_psa_set/getstackaddr file to CMakeLists.txt
CMake forgot to compile these two files, so add them.
Signed-off-by: anjiahao <[email protected]>
---
libs/libc/spawn/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/libc/spawn/CMakeLists.txt b/libs/libc/spawn/CMakeLists.txt
index ba28b81c4c1..3577741755f 100644
--- a/libs/libc/spawn/CMakeLists.txt
+++ b/libs/libc/spawn/CMakeLists.txt
@@ -43,7 +43,7 @@ set(SRCS
lib_psa_destroy.c)
if(NOT CONFIG_BUILD_KERNEL)
- list(APPEND SRCS lib_psa_getstacksize.c lib_psa_setstacksize.c)
+ list(APPEND SRCS lib_psa_getstackaddr.c lib_psa_setstackaddr.c)
endif()
if(CONFIG_DEBUG_FEATURES)