Skip to content

Commit caa42db

Browse files
Fix GN conflict
1 parent 2f17224 commit caa42db

File tree

1 file changed

+8
-3
lines changed
  • examples/platform/silabs/provision

1 file changed

+8
-3
lines changed

examples/platform/silabs/provision/BUILD.gn

+8-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ source_set("storage") {
5252
[ "${chip_root}/src/platform/silabs/provision:provision-headers" ]
5353

5454
if (sl_enable_test_event_trigger) {
55-
public_configs = [
56-
"${chip_root}/examples/platform/silabs/efr32:test-event-trigger-config",
57-
]
55+
# Temporary workaround since we have duplicated configurations
56+
if (wifi_soc) {
57+
public_configs = [ "${chip_root}/examples/platform/silabs/SiWx917:test-event-trigger-config" ]
58+
} else {
59+
public_configs = [
60+
"${chip_root}/examples/platform/silabs/efr32:test-event-trigger-config",
61+
]
62+
}
5863
}
5964
}

0 commit comments

Comments
 (0)