diff options
| author | Bhosale, Yogesh <yogesh.bhosale@intel.com> | 2026-04-09 18:05:29 +0000 |
|---|---|---|
| committer | Krzysztof Galazka <kgalazka@FreeBSD.org> | 2026-04-09 18:43:43 +0000 |
| commit | 6b58d10fc6d51ddcf5ee81628ead74d3dadb9bf6 (patch) | |
| tree | c9226b59c676c0b5f206c88f4378550e54ffc256 /sys/modules | |
| parent | 72d701eb1d83cfb3479e4c839412325ff9efc97c (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ix/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/ixv/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/ix/Makefile b/sys/modules/ix/Makefile index aec6eaabffdd..252ff4a3378d 100644 --- a/sys/modules/ix/Makefile +++ b/sys/modules/ix/Makefile @@ -8,6 +8,7 @@ SRCS += if_ix.c if_bypass.c if_fdir.c if_sriov.c ix_txrx.c ixgbe_osdep.c 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 SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c ixgbe_e610.c +SRCS += ixgbe_fw_logging.c CFLAGS+= -I${SRCTOP}/sys/dev/ixgbe .include <bsd.kmod.mk> diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile index e7066bb7829b..743b2b407a5e 100644 --- a/sys/modules/ixv/Makefile +++ b/sys/modules/ixv/Makefile @@ -8,6 +8,7 @@ SRCS += if_ixv.c if_fdir.c ix_txrx.c ixgbe_osdep.c 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 SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c ixgbe_e610.c +SRCS += ixgbe_fw_logging.c CFLAGS+= -I${SRCTOP}/sys/dev/ixgbe .include <bsd.kmod.mk> |
