mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
add pcic_p to the list of things built
This commit is contained in:
parent
adb50a3799
commit
e2f9e1a37f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../pccard
|
||||
.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci
|
||||
KMOD= oldcard
|
||||
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c \
|
||||
opt_pcic.h device_if.h bus_if.h isa_if.h \
|
||||
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_p.c \
|
||||
opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
|
||||
power_if.h card_if.h power_if.c card_if.c
|
||||
NOMAN=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue