From 6199f598e525b4768158caa1bb843f0e8f900883 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Fri, 15 Mar 2019 19:14:47 +0100 Subject: [PATCH] Add -nocodepadding to cxis as it ought to be --- sysmodules/loader/Makefile | 2 +- sysmodules/pxi/Makefile | 2 +- sysmodules/rosalina/Makefile | 2 +- sysmodules/sm/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysmodules/loader/Makefile b/sysmodules/loader/Makefile index 10ce6dc..a8ea042 100755 --- a/sysmodules/loader/Makefile +++ b/sysmodules/loader/Makefile @@ -120,7 +120,7 @@ DEPENDS := $(OFILES:.o=.d) all : $(OUTPUT).cxi $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf - @makerom -f ncch -rsf $(word 2,$^) -o $@ -elf $< + @makerom -f ncch -rsf $(word 2,$^) -nocodepadding -o $@ -elf $< @echo built ... $(notdir $@) $(OUTPUT).elf : $(OFILES) diff --git a/sysmodules/pxi/Makefile b/sysmodules/pxi/Makefile index 7f663e1..1333728 100644 --- a/sysmodules/pxi/Makefile +++ b/sysmodules/pxi/Makefile @@ -120,7 +120,7 @@ DEPENDS := $(OFILES:.o=.d) all : $(OUTPUT).cxi $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf - @makerom -f ncch -rsf $(word 2,$^) -o $@ -elf $< + @makerom -f ncch -rsf $(word 2,$^) -nocodepadding -o $@ -elf $< @echo built ... $(notdir $@) $(OUTPUT).elf : $(OFILES) diff --git a/sysmodules/rosalina/Makefile b/sysmodules/rosalina/Makefile index bf925e4..86df91f 100644 --- a/sysmodules/rosalina/Makefile +++ b/sysmodules/rosalina/Makefile @@ -120,7 +120,7 @@ DEPENDS := $(OFILES:.o=.d) all : $(OUTPUT).cxi $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf - @makerom -f ncch -rsf $(word 2,$^) -o $@ -elf $< + @makerom -f ncch -rsf $(word 2,$^) -nocodepadding -o $@ -elf $< @echo built ... $(notdir $@) $(OUTPUT).elf : $(OFILES) diff --git a/sysmodules/sm/Makefile b/sysmodules/sm/Makefile index 7f663e1..1333728 100644 --- a/sysmodules/sm/Makefile +++ b/sysmodules/sm/Makefile @@ -120,7 +120,7 @@ DEPENDS := $(OFILES:.o=.d) all : $(OUTPUT).cxi $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf - @makerom -f ncch -rsf $(word 2,$^) -o $@ -elf $< + @makerom -f ncch -rsf $(word 2,$^) -nocodepadding -o $@ -elf $< @echo built ... $(notdir $@) $(OUTPUT).elf : $(OFILES)