xiaoxiang781216 commented on code in PR #16309: URL: https://github.com/apache/nuttx/pull/16309#discussion_r2073675102
########## drivers/misc/CMakeLists.txt: ########## @@ -80,6 +80,7 @@ endif() if(NOT CONFIG_DEV_OPTEE_NONE) list(APPEND SRCS optee.c) + list(APPEND SRCS optee_rpmsg.c) Review Comment: let's call the backend optee_socket.c? since it supports both rpmsg and local socket. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org