summaryrefslogtreecommitdiffstats
path: root/make/custom/gp32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gp32.cfg')
-rw-r--r--make/custom/gp32.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gp32.cfg b/make/custom/gp32.cfg
index 05e8ec2b93..7d8f2f48d5 100644
--- a/make/custom/gp32.cfg
+++ b/make/custom/gp32.cfg
@@ -21,6 +21,6 @@ CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32
CFLAGS_OPTIMIZE_V = -O2 -g
define bsp-post-link
- $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
+ $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
$(default-bsp-post-link)
endef