1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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:
Bjoern A. Zeeb 2018-10-18 00:51:42 +00:00
parent 69b468b9ed
commit ab00aff011
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339416

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>