summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f3d2435..18af4ba 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -75,6 +75,7 @@ SUBDIR= \
${_cfi} \
${_ciss} \
cloudabi \
+ ${_cloudabi32} \
${_cloudabi64} \
${_cm} \
${_cmx} \
@@ -768,6 +769,10 @@ _epic= epic
_igb= igb
.endif
+.if (${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "armv6" || \
+ ${MACHINE_CPUARCH} == "i386")
+_cloudabi32= cloudabi32
+.endif
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64"
_cloudabi64= cloudabi64
.endif
OpenPOWER on IntegriCloud