summaryrefslogtreecommitdiffstats
path: root/make/custom/sim68000.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-10 17:36:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-10 17:36:19 +0000
commitc6eba79c2d14e4c48bbe2974c21b65337a7bf80e (patch)
treec2c6c12b3542897b4d863a462dabd45ef343ec92 /make/custom/sim68000.cfg
parentNew. (diff)
downloadrtems-c6eba79c2d14e4c48bbe2974c21b65337a7bf80e.tar.bz2
2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg, custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe extension instead of BSP unique ones.
Diffstat (limited to 'make/custom/sim68000.cfg')
-rw-r--r--make/custom/sim68000.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg
index ee1392b696..9717159e8c 100644
--- a/make/custom/sim68000.cfg
+++ b/make/custom/sim68000.cfg
@@ -27,6 +27,6 @@ define make-exe
-o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).exe
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
- $(SIZE) $@
+ $(SIZE) $(basename $@).nxe
endef
# Miscellaneous additions go here