X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=10aa96f039c3607116341d24f918921740e218bc;hb=5c3f5dde217f382b02350973a38f50941904473d;hp=71e3cb48b0df271c9dd7795a5201e47264d373e0;hpb=603bfc3a2f1f6ab587dd70007543dd040bddd65b;p=seabios.git diff --git a/Makefile b/Makefile index 71e3cb4..10aa96f 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ $(OUT)rom.o: $(OUT)rom16.o $(OUT)rom32.o $(OUT)rombios16.lds $(OUT)rombios.lds @echo " Linking $@" $(Q)$(LD) -T $(OUT)rombios16.lds $(OUT)rom16.o -R $(OUT)rom32.o -o $(OUT)rom16.reloc.o $(Q)$(STRIP) $(OUT)rom16.reloc.o -o $(OUT)rom16.final.o - $(Q)$(OBJCOPY) --extract-symbol --adjust-vma 0xf0000 $(OUT)rom16.o $(OUT)rom16.moved.o + $(Q)$(OBJCOPY) --adjust-vma 0xf0000 $(OUT)rom16.o $(OUT)rom16.moved.o $(Q)$(LD) -T $(OUT)rombios.lds $(OUT)rom16.final.o $(OUT)rom32.o -R $(OUT)rom16.moved.o -o $@ $(OUT)bios.bin.elf: $(OUT)rom.o