summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/pc386.cfg')
-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`; \