aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-02-04 05:53:00 +0000
committerWarner Losh <imp@FreeBSD.org>2017-02-04 05:53:00 +0000
commitffce99f502910435791b3ceb4700fd31589b99e4 (patch)
tree3cc72764521f3ddd87336fa04b53444d95665bd4 /sbin/nvmecontrol/Makefile
parentccac2ba7ece799655e38cc10a9e39b37a6dcaa88 (diff)
downloadsrc-ffce99f502910435791b3ceb4700fd31589b99e4.tar.gz
src-ffce99f502910435791b3ceb4700fd31589b99e4.zip
Implement 5 wdc-specific nvme control options for their HGST drives:
wdc cap-diag Capture diagnostic data from drive wdc drive-log Capture drive history data from drive wdc get-crash-dump Retrieve firmware crash dump from drive
Notes
Notes: svn path=/head/; revision=313191
Diffstat (limited to 'sbin/nvmecontrol/Makefile')
-rw-r--r--sbin/nvmecontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/nvmecontrol/Makefile b/sbin/nvmecontrol/Makefile
index 42dd5916fc59..7d18a371063e 100644
--- a/sbin/nvmecontrol/Makefile
+++ b/sbin/nvmecontrol/Makefile
@@ -3,7 +3,7 @@
PACKAGE=runtime
PROG= nvmecontrol
SRCS= nvmecontrol.c devlist.c firmware.c identify.c logpage.c \
- perftest.c reset.c nvme_util.c power.c
+ perftest.c reset.c nvme_util.c power.c wdc.c
MAN= nvmecontrol.8
.PATH: ${.CURDIR}/../../sys/dev/nvme