xiaoxiang781216 commented on code in PR #17352: URL: https://github.com/apache/nuttx/pull/17352#discussion_r2558349935
########## arch/arm/src/armv7-r/CMakeLists.txt: ########## @@ -39,14 +39,16 @@ list( arm_doirq.c arm_initialstate.c arm_prefetchabort.c - arm_schedulesigaction.c - arm_sigdeliver.c arm_syscall.c arm_tcbinfo.c arm_undefinedinsn.c arm_perf.c cp15_cacheops.c) +if(NOT CONFIG_DISABLE_SIGNALS) + list(APPEND SRCS arm_schedulesigaction.c arm_sigdeliver.c) Review Comment: not fix this comment yet. -- 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]
