freebsd-nq/sys/modules/nvdimm/Makefile
Bjoern A. Zeeb ab00aff011 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)
2018-10-18 00:51:42 +00:00

12 lines
153 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/nvdimm
KMOD= nvdimm
SRCS= nvdimm.c \
nvdimm_spa.c
SRCS+= acpi_if.h bus_if.h device_if.h
.include <bsd.kmod.mk>