simbit18 commented on code in PR #17550:
URL: https://github.com/apache/nuttx/pull/17550#discussion_r2627104989


##########
libs/libc/spawn/CMakeLists.txt:
##########
@@ -41,7 +41,8 @@ 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_getstacksize.c lib_psa_setstacksize.c
+       lib_psa_getstackaddr.c lib_psa_setstackaddr.c)

Review Comment:
   To align it with Make, I think this is all you need.
   
   `list(APPEND SRCS lib_psa_getstackaddr.c lib_psa_setstackaddr.c)`
   
   lib_psa_getstacksize.c and lib_psa_setstacksize.c have already been added 
previously.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to