svn commit: r359523 - stable/12/sys/conf

Konstantin Belousov kib at FreeBSD.org
Wed Apr 1 17:09:04 UTC 2020


Author: kib
Date: Wed Apr  1 17:08:55 2020
New Revision: 359523
URL: https://svnweb.freebsd.org/changeset/base/359523

Log:
  MFC r359095:
  Add pci_iov_if.h header as a dependency for Linuxkpi consumers.
  
  MFC note: this is not a true merge of r359095, but an adaptation of the
  committed bit from r359378, which was MFC r359185.  The functional part
  of the change should be same.

Modified:
  stable/12/sys/conf/kmod.mk
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/conf/kmod.mk
==============================================================================
--- stable/12/sys/conf/kmod.mk	Wed Apr  1 16:38:45 2020	(r359522)
+++ stable/12/sys/conf/kmod.mk	Wed Apr  1 17:08:55 2020	(r359523)
@@ -117,6 +117,7 @@ LINUXKPI_GENSRCS+= \
 	bus_if.h \
 	device_if.h \
 	pci_if.h \
+	pci_iov_if.h \
 	vnode_if.h \
 	usb_if.h \
 	opt_usb.h \


More information about the svn-src-all mailing list