diff options
| author | Eric Joyner <erj@FreeBSD.org> | 2015-04-30 22:56:43 +0000 |
|---|---|---|
| committer | Eric Joyner <erj@FreeBSD.org> | 2015-04-30 22:56:43 +0000 |
| commit | e845dfe9bfc92a3f07d695a9d11ef549814ebdf1 (patch) | |
| tree | ae25beb4befb4e11f4bd4e2e90f1f2d8f344a224 /sys/modules | |
| parent | 6f37f2324dfbc0e537ddc97f39ca4f70f77226c9 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ix/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ixv/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ix/Makefile b/sys/modules/ix/Makefile index 5a5485d4036c..1f30cb0795df 100644 --- a/sys/modules/ix/Makefile +++ b/sys/modules/ix/Makefile @@ -9,7 +9,7 @@ SRCS += if_ix.c ix_txrx.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 -SRCS += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c +SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP .include <bsd.kmod.mk> diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile index 20ecaf14f79e..f8ce347d3128 100644 --- a/sys/modules/ixv/Makefile +++ b/sys/modules/ixv/Makefile @@ -9,7 +9,7 @@ SRCS += if_ixv.c ix_txrx.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 -SRCS += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c +SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP .include <bsd.kmod.mk> |
