summaryrefslogtreecommitdiffstats
path: root/make/custom/idp.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 13:47:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 13:47:43 +0000
commit11853d0a7e1b0fc5734cc1d082b2d610c6baf578 (patch)
treef5ae551c5f5daaba5ce02d8b243e3b17b8f4830c /make/custom/idp.cfg
parent2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-11853d0a7e1b0fc5734cc1d082b2d610c6baf578.tar.bz2
Use .srec for files containing SRECs.
Diffstat (limited to 'make/custom/idp.cfg')
-rw-r--r--make/custom/idp.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg
index 51fab7d742..64005e01a0 100644
--- a/make/custom/idp.cfg
+++ b/make/custom/idp.cfg
@@ -28,8 +28,8 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \
$(LINK_OBJS) $(LINK_LIBS)
- $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i
- sed -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \
+ $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).srec
+ sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \
$(PACKHEX) > $(basename $@).exe
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
$(SIZE) $(basename $@).nxe