diff options
Diffstat (limited to 'sys/modules/ix/Makefile')
-rw-r--r-- | sys/modules/ix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ix/Makefile b/sys/modules/ix/Makefile index 4b57379..2d567e4 100644 --- a/sys/modules/ix/Makefile +++ b/sys/modules/ix/Makefile @@ -5,7 +5,7 @@ KMOD = if_ix SRCS = device_if.h bus_if.h pci_if.h SRCS += opt_inet.h opt_inet6.h -SRCS += if_ix.c ix_txrx.c +SRCS += if_ix.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 |