svn commit: r350916 - in stable/12/sbin/nvmecontrol: . modules
Alexander Motin
mav at FreeBSD.org
Mon Aug 12 17:49:44 UTC 2019
Author: mav
Date: Mon Aug 12 17:49:44 2019
New Revision: 350916
URL: https://svnweb.freebsd.org/changeset/base/350916
Log:
MFC r341659 (by imp): Move intel and wdc files to their own modules
Move the intel and wdc vendor specific stuff to their own modules.
Added:
stable/12/sbin/nvmecontrol/modules/
- copied from r341659, head/sbin/nvmecontrol/modules/
Deleted:
stable/12/sbin/nvmecontrol/intel.c
stable/12/sbin/nvmecontrol/wdc.c
Modified:
stable/12/sbin/nvmecontrol/Makefile
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/nvmecontrol/Makefile
==============================================================================
--- stable/12/sbin/nvmecontrol/Makefile Mon Aug 12 17:49:06 2019 (r350915)
+++ stable/12/sbin/nvmecontrol/Makefile Mon Aug 12 17:49:44 2019 (r350916)
@@ -4,10 +4,11 @@ PACKAGE=runtime
PROG= nvmecontrol
SRCS= nvmecontrol.c devlist.c firmware.c format.c identify.c identify_ext.c logpage.c \
perftest.c reset.c ns.c nvme_util.c power.c nc_util.c
-SRCS+= wdc.c intel.c
MAN= nvmecontrol.8
LDFLAGS+= -rdynamic
+SUBDIR= modules
.PATH: ${SRCTOP}/sys/dev/nvme
.include <bsd.prog.mk>
+.include <bsd.subdir.mk>
More information about the svn-src-stable-12
mailing list