Add some missing dependencies on pci_iov_if.h.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
96375eac94
commit
02eb360715
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/ixgbe
|
||||
|
||||
KMOD = if_ix
|
||||
SRCS = device_if.h bus_if.h pci_if.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_ix.c ix_txrx.c ixgbe_osdep.c
|
||||
# Shared source
|
||||
|
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/ixl
|
||||
|
||||
KMOD = if_ixlv
|
||||
SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
|
||||
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h
|
||||
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
||||
SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/ixgbe
|
||||
|
||||
KMOD = if_ixv
|
||||
SRCS = device_if.h bus_if.h pci_if.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_ixv.c ix_txrx.c ixgbe_osdep.c
|
||||
# Shared source
|
||||
|
Loading…
x
Reference in New Issue
Block a user