ab00aff011
to the SRC list. Sort the list while changing the line. Reported by: ci.f.o, make -j24 buildkernel Approved by: re (gjb)
12 lines
153 B
Makefile
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>
|