Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.

This commit is contained in:
Bruce Evans
1996-10-14 12:37:47 +00:00
parent b7ccd3dc56
commit 14c0bb7c89
+3 -4
View File
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.47 1996/10/08 22:35:48 bde Exp $ # $Id: Makefile,v 1.48 1996/10/08 22:41:31 bde Exp $
# #
PROG= boot PROG= boot
@@ -18,10 +18,9 @@ CFLAGS+= ${CWARNFLAGS}
#CFLAGS+= -DPROBE_KEYBOARD #CFLAGS+= -DPROBE_KEYBOARD
# Probe the keyboard lock and use the serial console if the keyboard is locked. # Probe the keyboard lock and use the serial console if the keyboard is locked.
CFLAGS+= -DPROBE_KEYBOARD_LOCK #CFLAGS+= -DPROBE_KEYBOARD_LOCK
# Force use of the serial console (after probing the keyboard if # Force use of the serial console.
# PROBE_KEYBOARD is defined).
#CFLAGS+= -DFORCE_COMCONSOLE #CFLAGS+= -DFORCE_COMCONSOLE
# Enable code to take the default boot string from a fixed location on the # Enable code to take the default boot string from a fixed location on the