patch-2.3.29 linux/arch/i386/boot/Makefile
Next file: linux/arch/i386/boot/bootsect.S
Previous file: linux/arch/arm/mm/small_page.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Sun Nov 21 00:11:09 1999
-  Orig file: 
v2.3.28/linux/arch/i386/boot/Makefile
-  Orig date: 
Thu Nov 18 20:25:37 1999
diff -u --recursive --new-file v2.3.28/linux/arch/i386/boot/Makefile linux/arch/i386/boot/Makefile
@@ -51,8 +51,8 @@
 bootsect.s: bootsect.S Makefile $(BOOT_INCL)
 	$(CPP) -traditional $(SVGA_MODE) $(RAMDISK) $< -o $@
 
-bbootsect: bbootsect.o bsetup.o
-	$(LD) -Ttext 0x0 -R bsetup.o -s -oformat binary $< -o $@
+bbootsect: bbootsect.o
+	$(LD) -Ttext 0x0 -s -oformat binary $< -o $@
 
 bbootsect.o: bbootsect.s
 	$(AS) -o $@ $<
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)