mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Forgot to add pci_if.h to SRCS
Pointed out by: phk
This commit is contained in:
parent
d517199f44
commit
d6436d0f22
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../dev/wi
|
||||
|
||||
KMOD= if_wi
|
||||
SRCS= if_wi.c card_if.h device_if.h bus_if.h
|
||||
SRCS= if_wi.c card_if.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue