diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2015-05-28 22:01:50 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2015-05-28 22:01:50 +0000 |
| commit | f3bb92515317f9b66fca73deca375a79d49dc54a (patch) | |
| tree | a5e7bfbf84ce57b511065c85cc47c6976244f58e /sys/modules | |
| parent | e54a659a263d1b242c0a73975134def472847ab4 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r--[-rwxr-xr-x] | sys/modules/ixl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile index 7d2fca994d0b..13be8ab6fc4c 100755..100644 --- a/sys/modules/ixl/Makefile +++ b/sys/modules/ixl/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/ixl KMOD = if_ixl -SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h +SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h SRCS += opt_inet.h opt_inet6.h opt_rss.h SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c |
