Resplit pcic back into two pcic and pccard.
This commit is contained in:
parent
7e207ea18c
commit
429a82acc6
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/pccard
|
||||
KMOD= pccard
|
||||
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
|
||||
device_if.h bus_if.h card_if.h card_if.c power_if.h power_if.c
|
||||
device_if.h bus_if.h card_if.h power_if.h
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
|
||||
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard \
|
||||
${.CURDIR}/../../pci
|
||||
KMOD= pcic
|
||||
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
|
||||
pccard.c pccard_cis.c pccard_cis_quirks.c \
|
||||
power_if.h card_if.h power_if.c card_if.c
|
||||
pcic_p.c pci_if.h power_if.h card_if.h power_if.c card_if.c
|
||||
# pcic_p above is a kludge.
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user