Sumit6307 commented on PR #18607: URL: https://github.com/apache/nuttx/pull/18607#issuecomment-4133235672
@simbit18 Thank you so much for catching this! I have just updated both `CMakeLists.txt` files to be in perfect alignment with the `Make.defs` logic. Specifically: - Added `fs_procfsprofile.c` to `fs/procfs/CMakeLists.txt` under `if(CONFIG_FS_PROCFS_PROFILER)`. - Replaced the legacy exclude logic in `fs/procfs/Make.defs` to cleanly match the newest Kconfig variables. - Added `fs_profile.c` to `fs/vfs/CMakeLists.txt` under `if(CONFIG_FS_PROFILER)`. Everything should now build smoothly across both CMake and Make infrastructures. Let me know if you spot anything else! -- 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]
