Jasinsky commented on code in PR #13432: URL: https://github.com/apache/nuttx/pull/13432#discussion_r1759064888
########## drivers/rpmsg/CMakeLists.txt: ########## @@ -27,5 +27,9 @@ if(CONFIG_RPMSG) list(APPEND SRCS rpmsg_ping.c) endif() + if(CONFIG_RPMSG_VIRTIO) Review Comment: Should it also have: ``` if(CONFIG_RPMSG_VIRTIO_IVSHMEM) list(APPEND SRCS rpmsg_virtio_ivshmem.c) endif() ``` ? -- 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