mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make pcic module compile again for NEWCARD (not for old pccard).
This commit is contained in:
parent
b9118590b8
commit
2d268ca4c3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/pcic
|
||||
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../kern ${.CURDIR}/../../isa \
|
||||
${.CURDIR}/../../dev/pccard
|
||||
KMOD= pcic
|
||||
SRCS= i82365.c i82365_isa.c \
|
||||
device_if.h bus_if.h isa_if.h power_if.h card_if.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue