aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2016-01-30 06:18:37 +0000
committerWarner Losh <imp@FreeBSD.org>2016-01-30 06:18:37 +0000
commitd636ad2ee8fad6fa0926db2ce7f3217f9ea4f023 (patch)
tree56b7ed84b1b134da5965736b9cee95e7706da97e /sbin/nvmecontrol/Makefile
parent7fd852f860b047f0e540360760aa4c95fd9285b2 (diff)
downloadsrc-d636ad2ee8fad6fa0926db2ce7f3217f9ea4f023.tar.gz
src-d636ad2ee8fad6fa0926db2ce7f3217f9ea4f023.zip
Implement power command to list all power modes, find out the power
mode we're in and to set the power mode.
Notes
Notes: svn path=/head/; revision=295062
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 ea60da3c2941..e8a23719a2a7 100644
--- a/sbin/nvmecontrol/Makefile
+++ b/sbin/nvmecontrol/Makefile
@@ -2,7 +2,7 @@
PROG= nvmecontrol
SRCS= nvmecontrol.c devlist.c firmware.c identify.c logpage.c \
- perftest.c reset.c nvme_util.c
+ perftest.c reset.c nvme_util.c power.c
MAN= nvmecontrol.8
.PATH: ${.CURDIR}/../../sys/dev/nvme