summaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 213e4e62676..d562e32d594 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.245 2020/09/08 10:05:47 yamaguchi Exp $
+# $NetBSD: Makefile,v 1.246 2020/09/26 17:49:50 jmcneill Exp $
.include <bsd.own.mk>
@@ -225,7 +225,7 @@ SUBDIR+= tprof_x86
SUBDIR+= vmt
.endif
-.if ${MACHINE_ARCH} == "x86_64"
+.if ${HAVE_NVMM:Uno} == "yes"
SUBDIR+= nvmm
.endif