Use new location of Bt848 driver.

Remove NPCI generation as the driver no longer checks for NPIC > 0
This commit is contained in:
roger 1999-09-22 08:31:05 +00:00
parent 66fa059f26
commit 880a9eb15e

View File

@ -12,18 +12,15 @@
# $FreeBSD$
S = ${.CURDIR}/../..
.PATH: $S/pci
.PATH: $S/dev/bktr
KMOD = bktr
SRCS = brooktree848.c bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
CLEANFILES += bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
SRCS = bktr_core.c bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
CLEANFILES += bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
FLAGS += ${DEBUG_FLAGS}
bktr.h:
echo "#define NBKTR 1" > bktr.h
pci.h:
echo "#define NPCI 1" > pci.h
smbus.h:
# Does not use SMBUS/IICBUS. Uses the old i2c code self contained in
# the bt848 driver.