summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-11-23 07:38:25 +0000
committerpeter <peter@FreeBSD.org>1996-11-23 07:38:25 +0000
commit268f35eacbeda7b93d4c41870c83fcdb425bf009 (patch)
tree56437629de6ad277aaca8661f1dfb8a79c6b2792 /sys/i386/boot/biosboot/Makefile
parente48bd55f0df413c63875173a9b3c89c222dfa88f (diff)
downloadFreeBSD-src-268f35eacbeda7b93d4c41870c83fcdb425bf009.zip
FreeBSD-src-268f35eacbeda7b93d4c41870c83fcdb425bf009.tar.gz
Make this compile again after the syscons/psm/kbdio changes that removed
the keyboard IO port definitions from <machine/console.h>. Note: I do not have a machine available to test this yet, I sent this for review to several people who have not replied. This is also totally busted in 2.2, which has half of the syscons/psm/kbdio changes in it. This really desperately needs to be tested and fixed in 2.2 as well.
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 23d505e..571a53e 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.50 1996/10/14 17:25:52 pst Exp $
+# $Id: Makefile,v 1.51 1996/11/02 02:24:30 pst Exp $
#
PROG= boot
@@ -11,6 +11,7 @@ BINMODE= 444
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
+CFLAGS+= -I${.CURDIR}/../../..
CFLAGS+= ${CWARNFLAGS}
# Probe the keyboard and use the serial console if the keyboard isn't found.
OpenPOWER on IntegriCloud