mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
cmake:add lib_psa_set/getstackaddr file to CMakeLists.txt
CMake forgot to compile these two files, so add them. Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
@@ -43,7 +43,7 @@ set(SRCS
|
|||||||
lib_psa_destroy.c)
|
lib_psa_destroy.c)
|
||||||
|
|
||||||
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_getstackaddr.c lib_psa_setstackaddr.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_DEBUG_FEATURES)
|
if(CONFIG_DEBUG_FEATURES)
|
||||||
|
|||||||
Reference in New Issue
Block a user