svn commit: r339416 - head/sys/modules/nvdimm

Bjoern A. Zeeb bz at FreeBSD.org
Thu Oct 18 00:51:43 UTC 2018


Author: bz
Date: Thu Oct 18 00:51:42 2018
New Revision: 339416
URL: https://svnweb.freebsd.org/changeset/base/339416

Log:
  Fix modules/nvdimm build issues after r339391 by adding a dependency
  to the SRC list.  Sort the list while changing the line.
  
  Reported by:		ci.f.o, make -j24 buildkernel
  Approved by:		re (gjb)

Modified:
  head/sys/modules/nvdimm/Makefile

Modified: head/sys/modules/nvdimm/Makefile
==============================================================================
--- head/sys/modules/nvdimm/Makefile	Wed Oct 17 19:29:57 2018	(r339415)
+++ head/sys/modules/nvdimm/Makefile	Thu Oct 18 00:51:42 2018	(r339416)
@@ -6,6 +6,6 @@ KMOD=	nvdimm
 SRCS=	nvdimm.c \
 	nvdimm_spa.c
 
-SRCS+=	device_if.h bus_if.h
+SRCS+=	acpi_if.h bus_if.h device_if.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list