Skip to content

Commit

Permalink
Build errors resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Aug 29, 2024
1 parent 489e389 commit 7cba357
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/light-switch-app/silabs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ if (wifi_soc) {

include_dirs = [
"${chip_root}/src/platform/silabs/efr32",
"${chip_root}/src/platform/silabs/wifi",
"${silabs_project_dir}/include",
"${examples_plat_dir}",
"${chip_root}/src/lib",
Expand Down
1 change: 1 addition & 0 deletions examples/lock-app/silabs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ if (wifi_soc) {

include_dirs = [
"${chip_root}/src/platform/silabs/efr32",
"${chip_root}/src/platform/silabs/wifi",
"${silabs_project_dir}/include",
"${examples_plat_dir}",
"${chip_root}/src/lib",
Expand Down
1 change: 1 addition & 0 deletions examples/thermostat/silabs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ if (wifi_soc) {

include_dirs = [
"${chip_root}/src/platform/silabs/efr32",
"${chip_root}/src/platform/silabs/wifi",
"${silabs_project_dir}/include",
"${examples_plat_dir}",
"${chip_root}/src/lib",
Expand Down
1 change: 1 addition & 0 deletions examples/window-app/silabs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ if (wifi_soc) {

include_dirs = [
"${chip_root}/src/platform/silabs/efr32",
"${chip_root}/src/platform/silabs/wifi",
"${silabs_project_dir}/include",
"${examples_plat_dir}",
"${chip_root}/src/lib",
Expand Down

0 comments on commit 7cba357

Please sign in to comment.