diff options
| author | Eric Joyner <erj@FreeBSD.org> | 2020-06-09 22:42:54 +0000 |
|---|---|---|
| committer | Eric Joyner <erj@FreeBSD.org> | 2020-06-09 22:42:54 +0000 |
| commit | b4a7ce0690aedd9763b3b47ee7fcdb421f0434c7 (patch) | |
| tree | 6a930d04bebc0454b7d4274fcd3455748cd0a1d7 /sys/modules/ixl/Makefile | |
| parent | a3d565a1188f2e57bf70e2949d353d27ef1f1606 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ixl/Makefile')
| -rw-r--r-- | sys/modules/ixl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile index beeb8f9a5564..2b524e974404 100644 --- a/sys/modules/ixl/Makefile +++ b/sys/modules/ixl/Makefile @@ -5,7 +5,8 @@ KMOD = if_ixl SRCS = device_if.h bus_if.h pci_if.h ifdi_if.h SRCS += opt_inet.h opt_inet6.h opt_rss.h opt_ixl.h opt_iflib.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_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osdep.c +SRCS += if_ixl.c ixl_pf_iflib.c SRCS.PCI_IOV += pci_iov_if.h ixl_pf_iov.c # Shared source |
