Oops, boot2 got too big. make VESA_SUPPORT nondefault.

This commit is contained in:
Poul-Henning Kamp 1997-07-31 11:30:30 +00:00
parent e5a117774b
commit dd9346ce01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27802

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.57 1997/06/09 05:10:54 bde Exp $
# $Id: Makefile,v 1.58 1997/07/31 08:07:53 phk Exp $
#
PROG= boot
@ -10,9 +10,10 @@ BINDIR= /usr/mdec
BINMODE= 444
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-mno-486 \
-DVESA_SUPPORT -DDO_BAD144 \
-DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -DDO_BAD144
#CFLAGS+= -DVESA_SUPPORT
CFLAGS+= -I${.CURDIR}/../../..
CFLAGS+= ${CWARNFLAGS}