Skip to content

Commit 6922700

Browse files
fix ncp builds
1 parent 8c1a063 commit 6922700

File tree

1 file changed

+12
-0
lines changed
  • examples/air-quality-sensor-app/silabs

1 file changed

+12
-0
lines changed

examples/air-quality-sensor-app/silabs/BUILD.gn

+12
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ if (wifi_soc) {
9191
"${examples_common_plat_dir}",
9292
]
9393

94+
if (use_wf200) {
95+
# TODO efr32_sdk should not need a header from this location
96+
include_dirs += [ "${examples_plat_dir}/wf200" ]
97+
}
98+
99+
if (chip_enable_ble_rs911x) {
100+
# TODO efr32_sdk should not need a header from this location
101+
include_dirs += [
102+
"${examples_plat_dir}/rs911x",
103+
"${examples_plat_dir}/rs911x/hal",
104+
]
105+
}
94106
defines = []
95107
if (chip_enable_pw_rpc) {
96108
defines += [

0 commit comments

Comments
 (0)