Skip to content

Commit 4e854cf

Browse files
xuxin930xiaoxiang781216
authored andcommitted
cmake:builtin register support NONE srcs target
Signed-off-by: xuxin19 <[email protected]>
1 parent f2b0437 commit 4e854cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtin/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ if(CONFIG_BUILTIN)
2626

2727
# generate registry
2828
get_property(nuttx_app_libs GLOBAL PROPERTY NUTTX_APPS_LIBRARIES)
29+
get_property(only_registers GLOBAL PROPERTY NUTTX_APPS_ONLY_REGISTER)
30+
list(APPEND nuttx_app_libs ${only_registers})
2931
set(builtin_list_string)
3032
set(builtin_proto_string)
3133
foreach(module ${nuttx_app_libs})

0 commit comments

Comments
 (0)