Fix this based on Mike's moved pci code. We needed to delete the pci_m
from this module anyway, so I just did that.
This commit is contained in:
parent
ea84acd6ad
commit
ff93e72c08
@ -1,11 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard \
|
||||
${.CURDIR}/../../pci
|
||||
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
|
||||
KMOD= pcic
|
||||
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
|
||||
pcic_p.c pci_if.h power_if.h card_if.h power_if.c card_if.c
|
||||
# pcic_p above is a kludge.
|
||||
power_if.h card_if.h power_if.c card_if.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user