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:
parent
84e873d43c
commit
c802c06642
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user