Skip to content

Commit

Permalink
targets/rp2040: Remove extra .elf extension
Browse files Browse the repository at this point in the history
Change-Id: I6591ea532d4ba88984428389105040daac20a6f3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/110634
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Reviewed-by: Anthony DiGirolamo <tonymd@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
  • Loading branch information
armandomontanez authored and CQ Bot Account committed Sep 16, 2022
1 parent 5bc399c commit 830f088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion targets/rp2040/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ generate_toolchain("rp2040") {
]
_toolchain_base = pw_toolchain_arm_gcc.cortex_m0plus_size_optimized
forward_variables_from(_toolchain_base, "*", _excluded_members)
final_binary_extension = ".elf"

# For now, no Pigweed configurations set up.
defaults = {
Expand Down

0 comments on commit 830f088

Please sign in to comment.