summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx
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/powerpc/mbx8xx
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/powerpc/mbx8xx')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/make/custom/mbx8xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/make/custom/mbx8xx.inc b/c/src/lib/libbsp/powerpc/mbx8xx/make/custom/mbx8xx.inc
index c1a22352e6..922d95dc95 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/make/custom/mbx8xx.inc
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/make/custom/mbx8xx.inc
@@ -49,7 +49,7 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
LDFLAGS += $(MBX8xx_LDFLAGS)
define bsp-post-link
- cp $(basename $@).exe $(basename $@)$(DOWNEXT)
+ cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
$(STRIP) $(basename $@)$(DOWNEXT)
$(default-bsp-post-link)
endef