aboutsummaryrefslogtreecommitdiff
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 892c50ab3198..925d89a341fd 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -60,6 +60,7 @@ SUBDIR= \
${_autofs} \
${_auxio} \
${_bce} \
+ ${_bcm283x_pwm} \
bfe \
bge \
bhnd \
@@ -806,6 +807,10 @@ _cloudabi64= cloudabi64
.endif
+.if ${MACHINE_ARCH:Marmv[67]*} != "" || ${MACHINE_CPUARCH} == "aarch64"
+_bcm283x_pwm= bcm283x_pwm
+.endif
+
.if ${MACHINE_ARCH:Marmv[67]*} != ""
_ffec= ffec
.endif