diff options
| author | Eric Joyner <erj@FreeBSD.org> | 2017-02-10 01:04:11 +0000 |
|---|---|---|
| committer | Eric Joyner <erj@FreeBSD.org> | 2017-02-10 01:04:11 +0000 |
| commit | cb6b8299fdda0ccd5c9c9b0d29cd9c005f6d780b (patch) | |
| tree | 3179310eb492a68ec5315d5970f3ed824adc1dca /sys/modules | |
| parent | e628e1b919cbfce77767eb2e6e91c917250d09bf (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ixl/Makefile | 6 | ||||
| -rw-r--r-- | sys/modules/ixlv/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile index e962c31da78d7..a6b01f11a480a 100644 --- a/sys/modules/ixl/Makefile +++ b/sys/modules/ixl/Makefile @@ -4,9 +4,9 @@ KMOD = if_ixl SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h -SRCS += opt_inet.h opt_inet6.h opt_rss.h -SRCS += if_ixl.c ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c i40e_osdep.c -SRCS += ixl_pf_iov.c +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 # Shared source SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c diff --git a/sys/modules/ixlv/Makefile b/sys/modules/ixlv/Makefile index ac2c2c46edbb5..b79d8ccb0394c 100644 --- a/sys/modules/ixlv/Makefile +++ b/sys/modules/ixlv/Makefile @@ -3,8 +3,8 @@ .PATH: ${.CURDIR}/../../dev/ixl KMOD = if_ixlv -SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h -SRCS += opt_inet.h opt_inet6.h opt_rss.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_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c # Shared source |
