forked from nuttx/nuttx-update
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)
|
if(NOT CONFIG_BUILD_KERNEL)
|
||||||
list(APPEND SRCS lib_psa_getstacksize.c lib_psa_setstacksize.c)
|
list(APPEND SRCS lib_psa_getstacksize.c lib_psa_setstacksize.c)
|
||||||
if(CONFIG_LIB_SYSCALL)
|
|
||||||
list(APPEND SRCS lib_task_spawn.c)
|
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_DEBUG_FEATURES)
|
if(CONFIG_DEBUG_FEATURES)
|
||||||
|
|
Loading…
Reference in a new issue