summaryrefslogtreecommitdiffstats
path: root/make/custom/av5282.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/av5282.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg
index 8b72b402c2..018f1cdece 100644
--- a/make/custom/av5282.cfg
+++ b/make/custom/av5282.cfg
@@ -25,5 +25,5 @@ endif
define bsp-post-link
$(default-bsp-post-link)
$(OBJCOPY) -O binary --strip-all \
- $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
+ $(basename $@).exe $(basename $@)$(DOWNEXT)
endef