diff options
| author | Eric Joyner <erj@FreeBSD.org> | 2017-07-05 17:27:03 +0000 |
|---|---|---|
| committer | Eric Joyner <erj@FreeBSD.org> | 2017-07-05 17:27:03 +0000 |
| commit | 8eb6488ebb0dcd92517625e4833ddf7d26e3b3a3 (patch) | |
| tree | 99c4bb2af0bf4165738dc0387f14937ab85ca4c6 /sys/modules | |
| parent | b18ebc9201ecbc19dcab66b039132ff0c0a8ae89 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ix/Makefile | 3 | ||||
| -rw-r--r-- | sys/modules/ixv/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/ix/Makefile b/sys/modules/ix/Makefile index 0da7294707747..4cf4e856b0a02 100644 --- a/sys/modules/ix/Makefile +++ b/sys/modules/ix/Makefile @@ -5,7 +5,8 @@ KMOD = if_ix 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 +SRCS += if_ix.c if_bypass.c if_fdir.c if_sriov.c ix_txrx.c ixgbe_osdep.c +SRCS += ixgbe_netmap.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 diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile index 814efa2801ec7..26bde06a5d4fa 100644 --- a/sys/modules/ixv/Makefile +++ b/sys/modules/ixv/Makefile @@ -5,7 +5,7 @@ KMOD = if_ixv 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 +SRCS += if_ixv.c if_fdir.c if_sriov.c ix_txrx.c ixgbe_osdep.c ixgbe_netmap.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 |
