summaryrefslogtreecommitdiffstats
path: root/make/custom/uC5282.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/uC5282.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/uC5282.cfg b/make/custom/uC5282.cfg
index 31c7b2314f..57d10567d3 100644
--- a/make/custom/uC5282.cfg
+++ b/make/custom/uC5282.cfg
@@ -19,5 +19,5 @@ CFLAGS_OPTIMIZE_V = -O2 -g
define bsp-post-link
$(default-bsp-post-link)
- $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
+ $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
endef