Use HAVE_NVMM for nvmm headers

This commit is contained in:
jmcneill 2020-09-27 11:57:28 +00:00
parent 8f714173e8
commit f97971ac12

View File

@ -1,16 +1,16 @@
# $NetBSD: Makefile,v 1.46 2020/09/14 00:40:03 rin Exp $
# $NetBSD: Makefile,v 1.47 2020/09/27 11:57:28 jmcneill Exp $
SUBDIR= apm ata bluetooth dec dm dmover dtv hdaudio hdmicec hid hpc \
i2c i2o ic ieee1394 ir isa \
microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \
spi sun tc usb vme wscons
.if ${MACHINE_ARCH} == "x86_64"
.include <bsd.own.mk>
.if ${HAVE_NVMM:Uno} == "yes"
SUBDIR+= nvmm
.endif
.include <bsd.own.mk>
.if ${MKISCSI} != "no"
SUBDIR+= iscsi
.endif