Add nvme(4) and nvd(4) Makefiles to the tree.
Noticed by: pluknet Pointy-hat to: jimharris
This commit is contained in:
parent
eb85d44f06
commit
978b27047d
8
sys/modules/nvd/Makefile
Normal file
8
sys/modules/nvd/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/nvd
|
||||
|
||||
KMOD= nvd
|
||||
SRCS= nvd.c opt_geom.h device_if.h bus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
21
sys/modules/nvme/Makefile
Normal file
21
sys/modules/nvme/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/nvme
|
||||
|
||||
KMOD = nvme
|
||||
|
||||
SRCS = nvme.c \
|
||||
nvme_ctrlr.c \
|
||||
nvme_ctrlr_cmd.c \
|
||||
nvme_ns.c \
|
||||
nvme_ns_cmd.c \
|
||||
nvme_qpair.c \
|
||||
nvme_sysctl.c \
|
||||
nvme_test.c \
|
||||
nvme_uio.c \
|
||||
\
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user