Fix problem from 1.27, and more long-standing in the commented-out
-DSUPPORT_SERIAL options: Only set -DSUPPORT_SERIAL=CONSDEV_PC for "biosboot" and "biosboot_resetvideo", but not for biosboot_com0.
This commit is contained in:
parent
9f75c038c1
commit
187860f8fb
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.27 2000/05/13 05:25:20 jhawk Exp $
|
# $NetBSD: Makefile,v 1.28 2000/05/13 19:03:19 jhawk Exp $
|
||||||
|
|
||||||
S= ${.CURDIR}/../../../../
|
S= ${.CURDIR}/../../../../
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@ CLEANFILES+= ${BSSTART}
|
||||||
|
|
||||||
CPPFLAGS+= -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART
|
CPPFLAGS+= -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART
|
||||||
|
|
||||||
|
.if (${BASE} == "biosboot")
|
||||||
# Various serial line configurations
|
# Various serial line configurations
|
||||||
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
|
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
|
||||||
# or
|
# or
|
||||||
|
@ -25,6 +26,7 @@ CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
|
||||||
#CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_AUTO
|
#CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_AUTO
|
||||||
# and maybe
|
# and maybe
|
||||||
#CPPFLAGS+= -DDIRECT_SERIAL -DCOMCONS_KEYPRESS -DCONSPEED=57600
|
#CPPFLAGS+= -DDIRECT_SERIAL -DCOMCONS_KEYPRESS -DCONSPEED=57600
|
||||||
|
.endif
|
||||||
|
|
||||||
.if (${BASE} == "biosboot_com0")
|
.if (${BASE} == "biosboot_com0")
|
||||||
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_COM0 -DDIRECT_SERIAL
|
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_COM0 -DDIRECT_SERIAL
|
||||||
|
@ -32,6 +34,7 @@ CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_COM0 -DDIRECT_SERIAL
|
||||||
|
|
||||||
.if (${BASE} == "biosboot_resetvideo")
|
.if (${BASE} == "biosboot_resetvideo")
|
||||||
CPPFLAGS+= -DRESET_VIDEO
|
CPPFLAGS+= -DRESET_VIDEO
|
||||||
|
CPPFLAGS+= -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CPPFLAGS+= -DSUPPORT_USTARFS
|
CPPFLAGS+= -DSUPPORT_USTARFS
|
||||||
|
|
Loading…
Reference in New Issue