wangchdo commented on code in PR #17644:
URL: https://github.com/apache/nuttx/pull/17644#discussion_r2680629159


##########
sched/signal/CMakeLists.txt:
##########
@@ -59,4 +61,6 @@ if(CONFIG_SIG_DEFAULT)
   list(APPEND SRCS sig_default.c)
 endif()
 
-target_sources(sched PRIVATE ${SRCS})
+if(NOT CONFIG_DISABLE_ALL_SIGNALS)

Review Comment:
   Done



-- 
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