Skip to content

Commit

Permalink
mcux: middleware: enable FWK for Openthread
Browse files Browse the repository at this point in the history
Enable connectivity_framework to be used by Openthread RCP

Signed-off-by: Jamel Arbi <[email protected]>
  • Loading branch information
JA-NXP authored and mmahadevan108 committed Nov 21, 2024
1 parent cae4002 commit c42d70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcux/middleware/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if(CONFIG_BT)
if(CONFIG_BT OR CONFIG_NET_L2_OPENTHREAD)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/mcux-sdk-middleware-connectivity-framework)
include(connectivity_framework)
if(CONFIG_SOC_SERIES_MCXW)
Expand Down

0 comments on commit c42d70d

Please sign in to comment.