diff --git a/sysmodules/pxi/Makefile b/sysmodules/pxi/Makefile index 660d2e1..b14d489 100644 --- a/sysmodules/pxi/Makefile +++ b/sysmodules/pxi/Makefile @@ -125,8 +125,6 @@ $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf $(OUTPUT).elf : $(OFILES) -memory.o : CFLAGS += -O3 - %.elf: $(OFILES) @echo linking $(notdir $@) @$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@ diff --git a/sysmodules/rosalina/Makefile b/sysmodules/rosalina/Makefile index 86df91f..f4df766 100644 --- a/sysmodules/rosalina/Makefile +++ b/sysmodules/rosalina/Makefile @@ -125,8 +125,6 @@ $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf $(OUTPUT).elf : $(OFILES) -memory.o : CFLAGS += -O3 - %.elf: $(OFILES) @echo linking $(notdir $@) @$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@ diff --git a/sysmodules/sm/Makefile b/sysmodules/sm/Makefile index 660d2e1..b14d489 100644 --- a/sysmodules/sm/Makefile +++ b/sysmodules/sm/Makefile @@ -125,8 +125,6 @@ $(OUTPUT).cxi : $(OUTPUT).elf $(OUTPUT).rsf $(OUTPUT).elf : $(OFILES) -memory.o : CFLAGS += -O3 - %.elf: $(OFILES) @echo linking $(notdir $@) @$(LD) $(LDFLAGS) $(OFILES) $(LIBPATHS) $(LIBS) -o $@