mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Use new location of Bt848 driver.
Remove NPCI generation as the driver no longer checks for NPIC > 0
This commit is contained in:
parent
71c4e4419d
commit
fdc2eae112
1 changed files with 3 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue