mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 17:39:00 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user