mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 00:15:55 +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)
|
||||
|
||||
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()
|
||||
|
||||
if(CONFIG_DEBUG_FEATURES)
|
||||
|
||||
Reference in New Issue
Block a user