build/fix: remove nonexistent target in cmake

nuttx_apps_mksymtab is nonexistent in nuttx,
which produce error when build with CONFIG_MODULES

Signed-off-by: leisiji <2265215145@qq.com>
This commit is contained in:
leisiji
2026-06-08 16:03:21 +08:00
committed by Xiang Xiao
parent 14e434c3f0
commit ace40bfbfc
-1
View File
@@ -195,7 +195,6 @@ function(nuttx_add_application)
# loadable build requires applying ELF flags to all applications
if(CONFIG_MODULES)
add_dependencies(nuttx_apps_mksymtab ${TARGET})
target_compile_options(
${TARGET}
PRIVATE