summaryrefslogtreecommitdiffstats
path: root/make/custom/mcf5235.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/mcf5235.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/mcf5235.cfg b/make/custom/mcf5235.cfg
index dde892f060..a7583a76e6 100644
--- a/make/custom/mcf5235.cfg
+++ b/make/custom/mcf5235.cfg
@@ -31,6 +31,6 @@ endif
# is currently required.
define bsp-post-link
$(OBJCOPY) -O binary --strip-all \
- $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
- $(SIZE) $(basename $@)$(EXEEXT)
+ $(basename $@).exe $(basename $@)$(DOWNEXT)
+ $(SIZE) $(basename $@).exe
endef