Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2020 11:37:29 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364267 - head/sys/modules/nvd
Message-ID:  <202008161137.07GBbTOu019411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Sun Aug 16 11:37:28 2020
New Revision: 364267
URL: https://svnweb.freebsd.org/changeset/base/364267

Log:
  Unbreak nvd(8) build as module outside of kernel build environment.

Modified:
  head/sys/modules/nvd/Makefile

Modified: head/sys/modules/nvd/Makefile
==============================================================================
--- head/sys/modules/nvd/Makefile	Sun Aug 16 02:05:18 2020	(r364266)
+++ head/sys/modules/nvd/Makefile	Sun Aug 16 11:37:28 2020	(r364267)
@@ -3,6 +3,6 @@
 .PATH: ${SRCTOP}/sys/dev/nvd
 
 KMOD=	nvd
-SRCS=	nvd.c opt_geom.h device_if.h bus_if.h
+SRCS=	nvd.c opt_geom.h device_if.h bus_if.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?202008161137.07GBbTOu019411>