summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-03-08 06:29:07 +0000
committerbde <bde@FreeBSD.org>1996-03-08 06:29:07 +0000
commit4ce0328b770359966fa9f49ac04f6ee8f1c9d235 (patch)
tree7eefcc124e3d8fd454679c6bc2acc3e7d73969c9 /sys/i386/boot/biosboot/Makefile
parent627e1bd5852a9e8f74abfba08e9fc6e2e0aedaa2 (diff)
downloadFreeBSD-src-4ce0328b770359966fa9f49ac04f6ee8f1c9d235.zip
FreeBSD-src-4ce0328b770359966fa9f49ac04f6ee8f1c9d235.tar.gz
Probe the keyboard if PROBE_KEYBOARD is defined instead of when `notyet'
is defined and FORCE_COMCONSOLE isn't defined. Don't compile any keyboard probing code if PROBE_KEYBOARD isn't defined. Makefile: Removed -I paths. They weren't used, and the one to /sys hasn't worked since the source directory was moved down one level.
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index bb3ae78..77e963c 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.36 1996/01/21 11:30:11 joerg Exp $
+# $Id: Makefile,v 1.37 1996/02/03 21:12:27 joerg Exp $
#
PROG= boot
@@ -12,9 +12,12 @@ CFLAGS= -O2 \
-DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DCOMCONSOLE=0x3F8
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
-CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../..
-# Force usage of serial console instead of keyboard probing.
+# Probe the keyboard and use the serial console if the keyboard isn't found.
+#CFLAGS+= -DPROBE_KEYBOARD
+
+# Force use of the serial console (after probing the keyboard if
+# PROBE_KEYBOARD is defined).
#CFLAGS+= -DFORCE_COMCONSOLE
# Assume hd(*,a) instead of wd(*,a) if the boot seems to happen from
OpenPOWER on IntegriCloud