Skip to content

Commit db576ba

Browse files
mmahadevan108fabiobaltieri
authored andcommitted
modules: hal_nxp: mcux: Fix build errors for non-secure build
Multiple definition errors seen when using the non-secure build Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent dbdf1aa commit db576ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nxp/mcux/mcux-sdk-ng/components/components.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(CONFIG_WIFI_NXP)
66
set(CONFIG_MCUX_COMPONENT_component.wifi_bt_module.tx_pwr_limits ON)
77
endif()
88

9-
if(CONFIG_NXP_FW_LOADER)
9+
if(CONFIG_NXP_FW_LOADER AND NOT CONFIG_BUILD_WITH_TFM)
1010
set(CONFIG_MCUX_COMPONENT_driver.conn_fwloader ON)
1111
set(CONFIG_USE_component_osa_zephyr ON)
1212
endif()

0 commit comments

Comments
 (0)