acassis commented on code in PR #16893: URL: https://github.com/apache/nuttx/pull/16893#discussion_r2293534456
########## CMakeLists.txt: ########## @@ -158,7 +158,10 @@ if(NOT EXISTS "${NUTTX_DEFCONFIG}") message(FATAL_ERROR "No config file found at ${NUTTX_DEFCONFIG}") endif() -# Generate initial .config ################################################### +# Preprocess DEFCONFIG if necessary +include(nuttx_preprocess_defconfig) + +# Generate inital .config ################################################### Review Comment: Please fix this typo: Used config files: 1: .codespellrc /home/runner/work/nuttx/nuttx/nuttx/CMakeLists.txt:164: inital ==> initial -- 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