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 1418988 commit 2640fbfCopy full SHA for 2640fbf
mcux/middleware/mcux-sdk-middleware-connectivity-framework/connectivity_framework.cmake
@@ -49,6 +49,9 @@ if(CONFIG_SOC_SERIES_MCXW)
49
${CMAKE_CURRENT_LIST_DIR}/platform/connected_mcu/configs
50
)
51
52
- set(CONFIG_USE_component_osa_zephyr true)
53
- include(set_component_osa)
+ if(DEFINED CONFIG_SOC_SDKNG_UNSUPPORTED)
+ include(set_component_osa)
54
+ set(CONFIG_USE_component_osa_zephyr true)
55
+ endif()
56
+
57
endif()
0 commit comments