summaryrefslogtreecommitdiffstats
path: root/make/custom/mcp750.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/mcp750.cfg')
-rw-r--r--make/custom/mcp750.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg
index ef1c077faa..a8cd098c06 100644
--- a/make/custom/mcp750.cfg
+++ b/make/custom/mcp750.cfg
@@ -41,7 +41,7 @@ define make-exe
-o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
$(SIZE) $(basename $@).nxe
- $(OBJCOPY) $(basename $@).nxe rtems -O binary -R .comment -S
+ $(OBJCOPY) -O binary -R .comment -S $(basename $@).nxe rtems
gzip -vf9 rtems
$(LD) -o $@ $(PROJECT_RELEASE)/lib/bootloader.o --just-symbols=$(basename $@).nxe \
-b binary rtems.gz -T $(PROJECT_RELEASE)/lib/ppcboot.lds \