simbit18 commented on PR #18542: URL: https://github.com/apache/nuttx/pull/18542#issuecomment-4066101861
Hi @JianyuWang0623, Please synchronize Make with CMake (drivers/video) https://github.com/JianyuWang0623/nuttx/blob/50138cdd2baaf050dee2bdd3a25825388da73000/drivers/video/CMakeLists.txt#L52 ``` if(CONFIG_VIDEO_GC0308) list(APPEND SRCS gc0308.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
