summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
diff options
context:
space:
mode:
authorNick Withers <nick.withers@anu.edu.au>2013-08-09 14:18:17 +1000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-09 09:18:23 +0200
commitefdda56546011b906f8332d25def5a929b14d0b7 (patch)
treea237f330c62610d85f805376e89dafc7e0f407e7 /c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
parentbsp/csb336: implement bsp_interrupt_vector_enable/disable. (diff)
downloadrtems-efdda56546011b906f8332d25def5a929b14d0b7.tar.bz2
Use $(EXEEXT) [defaults to "exe"] to generate binaries
Diffstat (limited to 'c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
index 6a415a787c..90e76e2709 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
+++ b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
@@ -22,6 +22,6 @@ CFLAGS_OPTIMIZE_V = -O2 -fomit-frame-pointer
# is currently required.
define bsp-post-link
$(OBJCOPY) -O binary --strip-all \
- $(basename $@).exe $(basename $@)$(DOWNEXT)
- $(SIZE) $(basename $@).exe
+ $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
+ $(SIZE) $(basename $@)$(EXEEXT)
endef