Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake:bugfix kconfig menu in cmake cannot be generated recursively
the ${MENUCONFIG} file in the output directory is enough, as invoking nuttx_generate_kconfig() will generate this file in the output directory. Since we are collecting these files recursively, the nuttx_generate_kconfig() function of the parent directory will be called after all the subdirectories' nuttx_generate_kconfig() functions have been invoked. Signed-off-by: xuxin19 <[email protected]>
- Loading branch information