mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
opt_bdg.h was removed in r150636.
MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
2b8cf46a68
commit
a3f1ec8d91
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../dev/ixl
|
||||
|
||||
KMOD = if_ixl
|
||||
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h
|
||||
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h
|
||||
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
||||
SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../dev/ixl
|
||||
|
||||
KMOD = if_ixlv
|
||||
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h
|
||||
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h
|
||||
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
||||
SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue