diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2026-04-17 17:11:42 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2026-04-17 17:11:42 +0000 |
| commit | cfec995c87f39e59c80554b85625b4aaa8ddf8db (patch) | |
| tree | 7e2e211a81a88b174ffe851097d6edc6a1f4561b /sys/modules/ix/Makefile | |
| parent | eb0279550d52962241b4178101cd7f7d732eb682 (diff) | |
Diffstat (limited to 'sys/modules/ix/Makefile')
| -rw-r--r-- | sys/modules/ix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ix/Makefile b/sys/modules/ix/Makefile index 252ff4a3378d..2884f6ba898e 100644 --- a/sys/modules/ix/Makefile +++ b/sys/modules/ix/Makefile @@ -1,9 +1,10 @@ .PATH: ${SRCTOP}/sys/dev/ixgbe KMOD = if_ix -SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h +SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h mdio_if.h SRCS += opt_inet.h opt_inet6.h opt_rss.h SRCS += if_ix.c if_bypass.c if_fdir.c if_sriov.c ix_txrx.c ixgbe_osdep.c +SRCS += if_ix_mdio.c if_ix_mdio_hw.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 |
