raiden00pl opened a new issue, #17074: URL: https://github.com/apache/nuttx/issues/17074
### Is your feature request related to a problem? Please describe. At this point, `nuttx_add_subdirectory()` adds all available directories to build process, which is sometimes undesirable. We can extend `nuttx_add_subdirectory()` functionality by adding support for ignored directories passed as a function argument, so we can use something like this: `nuttx_add_subdirectory(IGNORE_DIRS dir1 dir2 dir3)` which will add all directories except dir1 dir2 dir3. ### Describe the solution you'd like - ### Describe alternatives you've considered _No response_ ### Verification - [x] I have verified before submitting the report. -- 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]
