mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
cmake: fix compilation
there is no spawn/lib_task_spawn. file
This commit is contained in:
parent
37b3dc11a5
commit
13fa50c94a
1 changed files with 0 additions and 3 deletions
|
@ -42,9 +42,6 @@ endif()
|
|||
|
||||
if(NOT CONFIG_BUILD_KERNEL)
|
||||
list(APPEND SRCS lib_psa_getstacksize.c lib_psa_setstacksize.c)
|
||||
if(CONFIG_LIB_SYSCALL)
|
||||
list(APPEND SRCS lib_task_spawn.c)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(CONFIG_DEBUG_FEATURES)
|
||||
|
|
Loading…
Reference in a new issue