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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"