X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=bd5c184f9cba0421b2d76d20fb22299405bddb36;hb=7173f6fe25f39a22c0342f81c8f49546b3a90120;hp=3a4a1e9345bc937f2fbe91696d7a408f24da0d33;hpb=116a044f454800f8551f67577388c0ba6ee1fbca;p=seabios.git diff --git a/Makefile b/Makefile index 3a4a1e9..bd5c184 100644 --- a/Makefile +++ b/Makefile @@ -119,8 +119,8 @@ $(OUT)rom16.o: $(OUT)romlayout16.o $(OUT)rom32.o $(OUT)layout16.lds $(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.final.o - $(Q)$(STRIP) $(OUT)rom16.final.o + $(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)$(LD) -T $(OUT)rombios.lds $(OUT)rom16.final.o $(OUT)rom32.o -R $(OUT)rom16.moved.o -o $@