diff options
| author | Jack F Vogel <jfv@FreeBSD.org> | 2010-11-26 22:46:32 +0000 |
|---|---|---|
| committer | Jack F Vogel <jfv@FreeBSD.org> | 2010-11-26 22:46:32 +0000 |
| commit | 1a4e34498c7974f82de35c4e309338cb9387b5c1 (patch) | |
| tree | e2b66ea0565164dc8a27eec1d115e996508a5c83 /sys/modules | |
| parent | f4b4ba3ed2b51161cce248c1566b93c12c79318f (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ixgbe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile index 56c39eda2686..50efe65e8a01 100644 --- a/sys/modules/ixgbe/Makefile +++ b/sys/modules/ixgbe/Makefile @@ -2,9 +2,9 @@ .PATH: ${.CURDIR}/../../dev/ixgbe KMOD = ixgbe SRCS = device_if.h bus_if.h pci_if.h -SRCS += ixgbe.c +SRCS += ixgbe.c ixv.c # Shared source -SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c +SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c SRCS += ixgbe_82599.c ixgbe_82598.c CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR |
