We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b0437 commit 4e854cfCopy full SHA for 4e854cf
builtin/CMakeLists.txt
@@ -26,6 +26,8 @@ if(CONFIG_BUILTIN)
26
27
# generate registry
28
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})
31
set(builtin_list_string)
32
set(builtin_proto_string)
33
foreach(module ${nuttx_app_libs})
0 commit comments