mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
14e434c3f0
commit
ace40bfbfc
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue