repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sbin/hammer2: Fix usage()
[dragonfly.git]
/
sys
/
dev
/
disk
/
nvme
/
Makefile
blob
eb5f709959c03904aeb134a842e7d782da0ed69e
1
# NVME Driver Makefile
2
#
3
KMOD
=
nvme
4
5
SRCS
=
nvme.c nvme_dragonfly.c nvme_attach.c nvme_admin.c nvme_disk.c \
6
nvme_ioctl.c \
7
bus_if.h device_if.h pci_if.h pcidevs.h
8
9
KCFLAGS
+= -
DINVARIANTS
10
11
.
include
<
bsd.kmod.mk
>