038659e7dd
mode we're in and to set the power mode.
11 lines
216 B
Makefile
11 lines
216 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= nvmecontrol
|
|
SRCS= nvmecontrol.c devlist.c firmware.c identify.c logpage.c \
|
|
perftest.c reset.c nvme_util.c power.c
|
|
MAN= nvmecontrol.8
|
|
|
|
.PATH: ${.CURDIR}/../../sys/dev/nvme
|
|
|
|
.include <bsd.prog.mk>
|