diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-07-13 22:45:23 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-07-13 22:45:23 +0000 |
| commit | a19f95b3595424bfdf87e3b446a4a5332c237f8e (patch) | |
| tree | 1039cc9d087aa40798d6637921cfaeca7a684778 /sys/modules | |
| parent | 3820007146e10e46357c0e688413ef95bf4e808f (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ixl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile index daacaec56a5ab..a5d6f50dbed7c 100644 --- a/sys/modules/ixl/Makefile +++ b/sys/modules/ixl/Makefile @@ -3,10 +3,11 @@ .PATH: ${SRCTOP}/sys/dev/ixl KMOD = if_ixl -SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h +SRCS = device_if.h bus_if.h pci_if.h SRCS += opt_inet.h opt_inet6.h opt_rss.h opt_ixl.h SRCS += if_ixl.c ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osdep.c -SRCS += ixl_pf_iov.c ixl_iw.c +SRCS += ixl_iw.c +SRCS.PCI_IOV= pci_iov_if.h ixl_pf_iov.c # Shared source SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c |
