summaryrefslogtreecommitdiffstats
path: root/make/custom/gba.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/gba.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gba.cfg b/make/custom/gba.cfg
index 3e4a5b3573..88a439d5cf 100644
--- a/make/custom/gba.cfg
+++ b/make/custom/gba.cfg
@@ -25,6 +25,6 @@ CFLAGS_OPTIMIZE_V = -O2 -g
define bsp-post-link
$(OBJCOPY) -O binary --remove-section=.comment \
--remove-section=.note --strip-unneeded \
- $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
+ $(basename $@).exe $(basename $@)$(DOWNEXT)
$(default-bsp-post-link)
endef