mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make pcic compile again with newcard
This commit is contained in:
parent
22e83dac1e
commit
e6e799d2bc
1 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../kern ${.CURDIR}/../../isa \
|
||||
${.CURDIR}/../../dev/pccard
|
||||
.PATH: ${.CURDIR}/../../dev/pcic ${.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
|
||||
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
|
||||
power_if.h card_if.h power_if.c card_if.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue