Module Name: src Committed By: rin Date: Mon Jul 1 01:30:00 UTC 2024
Modified Files: src/sys/arch/i386/stand/lib: Makefile Log Message: i386: stand: G/C `I386_INCLUDE_DOS` leftover Anyway, `I386_INCLUDE_DISK` is enabled for dosboot. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/i386/stand/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/stand/lib/Makefile diff -u src/sys/arch/i386/stand/lib/Makefile:1.52 src/sys/arch/i386/stand/lib/Makefile:1.53 --- src/sys/arch/i386/stand/lib/Makefile:1.52 Sat Jun 29 13:46:40 2024 +++ src/sys/arch/i386/stand/lib/Makefile Mon Jul 1 01:29:59 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2024/06/29 13:46:40 rin Exp $ +# $NetBSD: Makefile,v 1.53 2024/07/01 01:29:59 rin Exp $ S?= ${.CURDIR}/../../../.. @@ -29,12 +29,9 @@ SRCS+= biosgetsystime.S cpufunc.S bootme SRCS+= realprot.S message.S message32.S dump_eax.S pvcopy.S putstr.S putstr32.S SRCS+= rasops.c vbe.c biosvbe.S .if (${I386_INCLUDE_DISK} == "yes") -SRCS+= biosdisk.c biosdisk_ll.c bios_disk.S +SRCS+= biosdisk.c biosdisk_ll.c bios_disk.S diskbuf.c CWARNFLAGS.gcc+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} .endif -.if (${I386_INCLUDE_DISK} == "yes") || (${I386_INCLUDE_DOS} == "yes") -SRCS+= diskbuf.c -.endif .if (${I386_INCLUDE_PS2} == "yes") SRCS+= biosmca.S biosmemps2.S .endif