File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -343,13 +343,13 @@ template("efr32_sdk") {
343
343
]
344
344
345
345
libs += [
346
- " ${ sdk_support_root } /protocol/bluetooth/bgstack/ll/build/gcc/xg26/release/liblinklayer.a" ,
347
- " ${ sdk_support_root } /platform/radio/rail_lib/autogen/librail_release/librail_multiprotocol_efr32xg26_gcc_release.a" ,
346
+ " ${ matter_support_root } /protocol/bluetooth/bgstack/ll/build/gcc/xg26/release/liblinklayer.a" ,
347
+ " ${ matter_support_root } /platform/radio/rail_lib/autogen/librail_release/librail_multiprotocol_efr32xg26_gcc_release.a" ,
348
348
]
349
349
if (silabs_mcu == " MGM260PB22VNA" ) {
350
- libs += [ " ${ sdk_support_root } /platform/radio/rail_lib/autogen/librail_release/librail_config_mgm260pb22vna_gcc.a" ]
350
+ libs += [ " ${ matter_support_root } /platform/radio/rail_lib/autogen/librail_release/librail_config_mgm260pb22vna_gcc.a" ]
351
351
} else if (silabs_mcu == " MGM260PB32VNA" ) {
352
- libs += [ " ${ sdk_support_root } /platform/radio/rail_lib/autogen/librail_release/librail_config_mgm260pb32vna_gcc.a" ]
352
+ libs += [ " ${ matter_support_root } /platform/radio/rail_lib/autogen/librail_release/librail_config_mgm260pb32vna_gcc.a" ]
353
353
}
354
354
355
355
defines += [ " MGM26" ]
You can’t perform that action at this time.
0 commit comments