change(build): Add a new CMake flag NON_OS_BUILD for non-FreeRTOS builds
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
# - Files common across all kernel implementations and all ports
|
||||
|
||||
# Bootloader builds only needs FreeRTOS for config, not for anything else
|
||||
if(BOOTLOADER_BUILD)
|
||||
idf_build_get_property(non_os_build NON_OS_BUILD)
|
||||
|
||||
if(non_os_build)
|
||||
idf_component_register()
|
||||
return()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user