svn commit: r329095 - stable/11/sys/modules/nvme
Alexander Motin
mav at FreeBSD.org
Sat Feb 10 00:39:35 UTC 2018
Author: mav
Date: Sat Feb 10 00:39:34 2018
New Revision: 329095
URL: https://svnweb.freebsd.org/changeset/base/329095
Log:
MFC r325795 (by imp):
Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernel
build.
Modified:
stable/11/sys/modules/nvme/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/modules/nvme/Makefile
==============================================================================
--- stable/11/sys/modules/nvme/Makefile Sat Feb 10 00:27:29 2018 (r329094)
+++ stable/11/sys/modules/nvme/Makefile Sat Feb 10 00:39:34 2018 (r329095)
@@ -17,6 +17,7 @@ SRCS = nvme.c \
bus_if.h \
device_if.h \
opt_cam.h \
+ opt_nvme.h \
pci_if.h
.include <bsd.kmod.mk>
More information about the svn-src-stable
mailing list