Author: kib
Date: Thu Jan 31 20:04:18 2019
New Revision: 343618
URL: https://svnweb.freebsd.org/changeset/base/343618

Log:
  Make iflib a loadable module: add seemingly missed header.
  
  Reported by:  CI (i.e. it is not reproducable in my local builds)
  Sponsored by: The FreeBSD Foundation
  MFC after:    2 weeks

Modified:
  head/sys/modules/iflib/Makefile

Modified: head/sys/modules/iflib/Makefile
==============================================================================
--- head/sys/modules/iflib/Makefile     Thu Jan 31 19:05:56 2019        
(r343617)
+++ head/sys/modules/iflib/Makefile     Thu Jan 31 20:04:18 2019        
(r343618)
@@ -8,6 +8,6 @@ SRCS= \
        iflib_clone.c \
        mp_ring.c
 SRCS+= ifdi_if.c
-SRCS+= device_if.h bus_if.h pci_if.h ifdi_if.h
+SRCS+= device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
 
 .include <bsd.kmod.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to