aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ixv
diff options
context:
space:
mode:
authorEric Joyner <erj@FreeBSD.org>2017-12-20 18:15:06 +0000
committerEric Joyner <erj@FreeBSD.org>2017-12-20 18:15:06 +0000
commitc19c7afee3c8bb5e3046be27d083f4fa51ee5d73 (patch)
tree049fd8477c77a779475d586f57606fea7e08560e /sys/modules/ixv
parent23e1a2d7dae369ecf1edd3e909823f42536014d0 (diff)
Notes
Diffstat (limited to 'sys/modules/ixv')
-rw-r--r--sys/modules/ixv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile
index 26bde06a5d4f..573af9189516 100644
--- a/sys/modules/ixv/Makefile
+++ b/sys/modules/ixv/Makefile
@@ -3,9 +3,9 @@
.PATH: ${SRCTOP}/sys/dev/ixgbe
KMOD = if_ixv
-SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h
+SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
SRCS += opt_inet.h opt_inet6.h opt_rss.h
-SRCS += if_ixv.c if_fdir.c if_sriov.c ix_txrx.c ixgbe_osdep.c ixgbe_netmap.c
+SRCS += if_ixv.c if_fdir.c ix_txrx.c ixgbe_osdep.c
# Shared source
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c