Skip to content

Commit

Permalink
fix slc gen builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Aug 11, 2023
1 parent a09dc92 commit b967c92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,14 @@ template("efr32_sdk") {
]
}

# COS and SWO sources files for when we use generate with slc
if (slc_generate || slc_reuse_files) {
sources += [
"${efr32_sdk_root}/hardware/driver/configuration_over_swo/src/sl_cos.c",
"${efr32_sdk_root}/platform/driver/debug/src/sl_debug_swo.c",
]
}

# USART sources files
if ((defined(invoker.chip_enable_pw_rpc) && invoker.chip_enable_pw_rpc) ||
chip_build_libshell || enable_openthread_cli ||
Expand Down

0 comments on commit b967c92

Please sign in to comment.