From 581b4cb6733f57bcc970e3708fefc94b14d7a52e Mon Sep 17 00:00:00 2001 From: chao an Date: Fri, 29 Nov 2024 14:43:35 +0800 Subject: [PATCH] mlearning/CMakeLists: include subdirectory to ensure ML module could be compile Signed-off-by: chao an --- mlearning/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mlearning/CMakeLists.txt b/mlearning/CMakeLists.txt index fcc400cd6..c4b8742ba 100644 --- a/mlearning/CMakeLists.txt +++ b/mlearning/CMakeLists.txt @@ -18,4 +18,6 @@ # # ############################################################################## +nuttx_add_subdirectory() + nuttx_generate_kconfig(MENUDESC "Machine Learning Support")