From c86f86e53a8a543ae59b09b323921fd94a26b8f1 Mon Sep 17 00:00:00 2001 From: dsl Date: Wed, 8 Oct 2003 13:06:30 +0000 Subject: [PATCH] BSSTART was only used for the (now depracated) old stand/biosboot code. --- sys/arch/i386/stand/Makefile.booters | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/sys/arch/i386/stand/Makefile.booters b/sys/arch/i386/stand/Makefile.booters index 894f63b06c44..eee0147ee78e 100644 --- a/sys/arch/i386/stand/Makefile.booters +++ b/sys/arch/i386/stand/Makefile.booters @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.booters,v 1.51 2003/10/08 04:25:45 lukem Exp $ +# $NetBSD: Makefile.booters,v 1.52 2003/10/08 13:06:30 dsl Exp $ .include @@ -22,14 +22,7 @@ COPTS+= -ffreestanding I386_STAND_DIR?= $S/arch/i386/stand -.PATH: ${I386_STAND_DIR}/lib/crt/bootsect ${I386_STAND_DIR}/lib -# ensure the stuff we need to load all of 'boot' in in the first few -# sectors, and that anything that goes to real mode is in the first 64k. -# (prot_to_real will bleat if the return address is >64k) -BSSTART= start_bootsect.o fraglist.o bootsectmain.o biosdisk_ll.o \ - bios_disk.o diskbuf.o \ - biosdelay.o biosgetrtc.o biosmca.o biosmem.o biosmemx.o \ - biosreboot.o conio.o +.PATH: ${I386_STAND_DIR}/lib .PATH: ${I386_STAND_DIR}/lib/crt/rom ROMSTART= start_rom.o @@ -73,7 +66,7 @@ x86:: -rm -f $@ ln -s $S/arch/x86/include $@ -${OBJS} ${BSSTART} ${ROMSTART} ${DOSSTART} ${PXESTART}: machine x86 +${OBJS} ${ROMSTART} ${DOSSTART} ${PXESTART}: machine x86 ### find out what to use for libkern KERN_AS= library