Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2018 00:51:43 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339416 - head/sys/modules/nvdimm
Message-ID:  <201810180051.w9I0phk0095904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810180051.w9I0phk0095904>