File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ import("//build_overrides/pigweed.gni")
17
17
import (" ${ chip_root } /config/efr32/lib/pw_rpc/pw_rpc.gni" )
18
18
import (" ${ chip_root } /examples/platform/silabs/args.gni" )
19
19
import (" ${ chip_root } /src/platform/silabs/efr32/args.gni" )
20
- import (" ${ chip_root } /third_party/silabs/silabs_board.gni" ) # Defines
21
- # silabs_family
20
+ import (" ${ chip_root } /third_party/silabs/silabs_board.gni" ) # silabs_family
22
21
23
22
silabs_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
24
23
Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ template("silabs_executable") {
89
89
]
90
90
91
91
flash_target_name = target_name + " .flash_executable"
92
- flashbundle_name =
93
- " " # Stop flashable_executable from generating flashbundle.txt
92
+ flashbundle_name = " " # Stop flashable_executable from making flashbundle.
94
93
flashable_executable (flash_target_name ) {
95
94
forward_variables_from (invoker , " *" )
96
95
}
You can’t perform that action at this time.
0 commit comments