summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile.pcbios
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/Makefile.pcbios')
-rw-r--r--src/arch/x86/Makefile.pcbios8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/x86/Makefile.pcbios b/src/arch/x86/Makefile.pcbios
index df08e0182..c44eefc1f 100644
--- a/src/arch/x86/Makefile.pcbios
+++ b/src/arch/x86/Makefile.pcbios
@@ -106,14 +106,14 @@ NON_AUTO_MEDIA += fd0
$(Q)sync
# Special target for building Master Boot Record binary
-$(BIN)/mbr.bin : $(BIN)/mbr.o
+$(BIN)/mbr.tmp : $(BIN)/mbr.o
$(QM)$(ECHO) " [LD] $@"
- $(Q)$(LD) $(LDFLAGS) -o $@ --oformat binary -e 0 $<
+ $(Q)$(LD) $(LDFLAGS) -o $@ -e mbr $<
# rule to make a USB disk image
-$(BIN)/usbdisk.bin : $(BIN)/usbdisk.o
+$(BIN)/usbdisk.tmp : $(BIN)/usbdisk.o
$(QM)$(ECHO) " [LD] $@"
- $(Q)$(LD) $(LDFLAGS) -o $@ --oformat binary -e 0 $<
+ $(Q)$(LD) $(LDFLAGS) -o $@ -e mbr $<
NON_AUTO_MEDIA += usb
%usb: $(BIN)/usbdisk.bin %hd