summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixv/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-01-20 16:45:39 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-01-20 16:45:39 +0000
commit544edda669774b517c35b388c47a35cfb6f78502 (patch)
treef24a7d859890753d5c36afec4fec56269956ce1a /sys/modules/ixv/Makefile
parentcbb7a2ba43e89bd1dd976a536f34a21a65ffd6cf (diff)
downloadFreeBSD-src-544edda669774b517c35b388c47a35cfb6f78502.zip
FreeBSD-src-544edda669774b517c35b388c47a35cfb6f78502.tar.gz
Add some missing dependencies on pci_iov_if.h.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/modules/ixv/Makefile')
-rw-r--r--sys/modules/ixv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile
index 3fcab90..66ea129 100644
--- a/sys/modules/ixv/Makefile
+++ b/sys/modules/ixv/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/ixgbe
KMOD = if_ixv
-SRCS = device_if.h bus_if.h pci_if.h
+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_ixv.c ix_txrx.c ixgbe_osdep.c
# Shared source
OpenPOWER on IntegriCloud