summaryrefslogtreecommitdiffstats
path: root/make/custom/mbx8xx.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/mbx8xx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg
index 79b0ccc141..621a1d76d2 100644
--- a/make/custom/mbx8xx.cfg
+++ b/make/custom/mbx8xx.cfg
@@ -54,7 +54,7 @@ START_BASE=
AM_LDFLAGS += $(MBX8xx_LDFLAGS)
define bsp-post-link
- cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
+ cp $(basename $@).exe $(basename $@)$(DOWNEXT)
$(STRIP) $(basename $@)$(DOWNEXT)
$(default-bsp-post-link)
endef