Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Oct 13, 2020
1 parent 97dd428 commit 891cd76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion examples/lighting-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@ efr32_executable("lighting_app") {
ldscript = "${efr32_project_dir}/ldscripts/efr32-light-example-MG21.ld"
}

ldflags = [ "-Wl,--print-memory-usage", "-fstack-usage", "-T" + rebase_path(ldscript, root_build_dir) ]
ldflags = [
"-Wl,--print-memory-usage",
"-fstack-usage",
"-T" + rebase_path(ldscript, root_build_dir),
]
}

group("efr32") {
Expand Down
6 changes: 5 additions & 1 deletion examples/lock-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@ efr32_executable("lock_app") {
ldscript = "${efr32_project_dir}/ldscripts/efr32-lock-example-MG21.ld"
}

ldflags = [ "-Wl,--print-memory-usage", "-fstack-usage", "-T" + rebase_path(ldscript, root_build_dir) ]
ldflags = [
"-Wl,--print-memory-usage",
"-fstack-usage",
"-T" + rebase_path(ldscript, root_build_dir),
]
}

group("efr32") {
Expand Down
1 change: 0 additions & 1 deletion third_party/efr32_sdk/efr32_arm.gni
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import("efr32_board.gni")


if (efr32_family == "efr32mg12") {
arm_arch = "armv7e-m"
arm_abi = "aapcs"
Expand Down

0 comments on commit 891cd76

Please sign in to comment.