X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=d5804f37a6edae86e2a8dc62956ba64b511519d3;hb=1b7d8843268e83c8d21fa35d8869005c7cd6952f;hp=b294ed923d9e64fe98f7ebfd033e42571fbe9b76;hpb=7b49cd9418a57d7845def97dcb33d17e399e3d91;p=seabios.git diff --git a/Makefile b/Makefile index b294ed9..d5804f3 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ $(OUT)romlayout32.o: ; $(call whole-compile, $(CFLAGS), $(addprefix src/, $(SRC3 $(OUT)rom32.o: $(OUT)romlayout32.o $(OUT)rombios32.lds @echo " Linking (no relocs) $@" - $(Q)$(LD) -r -T $(OUT)rombios32.lds $< -o $@ + $(Q)$(LD) -r -d -T $(OUT)rombios32.lds $< -o $@ $(OUT)rom16.o: $(OUT)romlayout16.o $(OUT)rom32.o $(OUT)rombios16.lds @echo " Linking $@"