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)
This commit is contained in:
bz 2018-10-18 00:51:42 +00:00
parent 84e873d43c
commit c802c06642

View File

@ -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>