mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
cmake: fix compilation
there is no spawn/lib_task_spawn. file
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
37b3dc11a5
commit
13fa50c94a
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user