We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f17224 commit caa42dbCopy full SHA for caa42db
examples/platform/silabs/provision/BUILD.gn
@@ -52,8 +52,13 @@ source_set("storage") {
52
[ "${chip_root}/src/platform/silabs/provision:provision-headers" ]
53
54
if (sl_enable_test_event_trigger) {
55
- public_configs = [
56
- "${chip_root}/examples/platform/silabs/efr32:test-event-trigger-config",
57
- ]
+ # Temporary workaround since we have duplicated configurations
+ if (wifi_soc) {
+ 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
+ }
63
}
64
0 commit comments