summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-08 23:28:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-08 23:28:43 +0000
commit761bfaab850b96dee97ec273c2bd53b4ab4e7db0 (patch)
treef12f28ef3cf426d64e10505cff17e2dac86010c3 /make/custom
parent2008-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-761bfaab850b96dee97ec273c2bd53b4ab4e7db0.tar.bz2
2008-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/pc386.cfg: Use file with symbols.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/pc386.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index 4b9a4bd01d..48e9613ec3 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -66,8 +66,8 @@ define bsp-post-link
$(OBJCOPY) -O binary $(basename $@).nxe $(basename $@).bin
$(PROJECT_TOOLS)/bin2boot -v $(basename $@).bt $(HEADERADDR)\
$(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0
- $(NM) -g -n $(basename $@).nxe > $(basename $@).num
- $(SIZE) $(basename $@).nxe
+ $(NM) -g -n $(basename $@)$(EXEEXT) > $(basename $@).num
+ $(SIZE) $(basename $@)$(EXEEXT)
# test -d ${PROJECT_RELEASE}/BootImgs \
# || mkdir ${PROJECT_RELEASE}/BootImgs
# f=`basename $@ .exe`; \