aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorBrandon Bergren <bdragon@FreeBSD.org>2020-09-13 18:24:15 +0000
committerBrandon Bergren <bdragon@FreeBSD.org>2020-09-13 18:24:15 +0000
commitb963e10d689aaef759473e582aac5bbe8a53bd2d (patch)
tree6d2fb7d78622e3c63320a0744592fa2b5cf45922 /sys/modules
parent81472778e8505c059cfd3f52405a8c7cbefbd636 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 35f491d251fe..44b89a5d0259 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -784,7 +784,7 @@ _ipmi= ipmi
_ixl= ixl
_nvram= opal_nvram
.endif
-.if ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} != "powerpcspe"
# Don't build powermac_nvram for powerpcspe, it's never supported.
_nvram+= powermac_nvram
.endif