]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
NVME support is only for x86 and powerpc64.
authorimp <imp@FreeBSD.org>
Thu, 14 Jun 2018 01:15:19 +0000 (01:15 +0000)
committerimp <imp@FreeBSD.org>
Thu, 14 Jun 2018 01:15:19 +0000 (01:15 +0000)
commit25c0b2e09a697178d42640758cb91edd1ff3b74e
treeaf96a759da2839f74aef422663433e595be1e237
parentbfddf1a9313ee679025d6dcc12dc8bf7413bf863
NVME support is only for x86 and powerpc64.

Implement MK_NVME now that the expression for where NVMe is
complicated. Default it to "yes" for x86 and powerpc64 and
no everywhere else. Use it in camcontrol to define WITH_NVME
for those platforms where we support nvme.

This should fix the newly introduced nvme files to camcontrol
which were building everywhere.

Pointy Hat To: imp
Sponsored by: Netflix
sbin/Makefile
sbin/Makefile.amd64
sbin/Makefile.i386
sbin/Makefile.powerpc64
sbin/camcontrol/Makefile
sbin/camcontrol/camcontrol.c
share/mk/src.opts.mk