From Matthias Drochner:

add definition prototype for PCI ROMs
add optional definition for serial console support
This commit is contained in:
perry 1997-03-15 22:16:35 +00:00
parent 817522ff26
commit e097564463

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1997/03/14 05:07:27 mycroft Exp $
# $NetBSD: Makefile,v 1.4 1997/03/15 22:16:35 perry Exp $
S= ${.CURDIR}/../../../../
@ -44,6 +44,7 @@ CPPFLAGS+= -DBOOTROM -DRELOC=0x$(RELOC)
#USE_NETIF= 3c509
#USE_NETIF= 3c590
#CPPFLAGS+= -DPCIROM -DPCI_VID=0x10b7 -DPCI_DID=0x5900 -DPCI_CLASS=0x020000
USE_NETIF= pcnet_pci
#USE_NETIF= pcnet_isapnp
#USE_NETIF= wd80x3
@ -55,6 +56,7 @@ USE_NETIF= pcnet_pci
#SAMISCCPPFLAGS+= -DNFS_NOSYMLINK
SAMISCMAKEFLAGS= SA_USE_CREAD=yes
#I386MISCCPPFLAGS+= -DDISK_DEBUG
#I386MISCCPPFLAGS+= -DSUPPORT_SERIAL
I386MISCMAKEFLAGS= I386_INCLUDE_DISK=no I386_INCLUDE_BUS=yes
.include "../Makefile.booters"