patch-2.3.23 linux/arch/i386/boot/Makefile
Next file: linux/arch/i386/boot/bootsect.S
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Oct 19 17:30:18 1999
- Orig file:
v2.3.22/linux/arch/i386/boot/Makefile
- Orig date:
Mon Oct 11 15:38:14 1999
diff -u --recursive --new-file v2.3.22/linux/arch/i386/boot/Makefile linux/arch/i386/boot/Makefile
@@ -51,11 +51,11 @@
bootsect.s: bootsect.S Makefile $(BOOT_INCL)
$(CPP) -traditional $(SVGA_MODE) $(RAMDISK) $< -o $@
-bbootsect: bbootsect.o bsetup
- $(LD) -Ttext 0x0 -s -oformat binary $< -R bsetup.o -o $@
+bbootsect: bbootsect.o
+ $(LD) -Ttext 0x0 -s -oformat binary $< -o $@
bbootsect.o: bbootsect.s
- $(AS) -o $@ $<
+ $(AS) --defsym bootsect_kludge=0x220 -o $@ $<
bbootsect.s: bootsect.S Makefile $(BOOT_INCL)
$(CPP) -D__BIG_KERNEL__ -traditional $(SVGA_MODE) $(RAMDISK) $< -o $@
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)