Skip to content

Commit

Permalink
update include path with the structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 27, 2024
1 parent d7d80a4 commit 3bd8974
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@ template("efr32_sdk") {

if (use_rs9116) {
# TODO: we should create a seperate directory for headers that are necessary for the underlying sdks
_include_dirs +=
[ "${chip_root}/src/platform/silabs/wifi/rs911x/ncp-platform" ]
_include_dirs += [ "${chip_root}/src/platform/silabs/wifi/rs911x/ncp" ]
}

if (use_rs9116 || use_SiWx917) {
Expand Down

0 comments on commit 3bd8974

Please sign in to comment.