Date: Sat, 10 Feb 2018 00:39:35 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r329095 - stable/11/sys/modules/nvme Message-ID: <201802100039.w1A0dZO7087757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802100039.w1A0dZO7087757>