summaryrefslogtreecommitdiffstats
path: root/sys/modules/opensolaris/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/opensolaris/Makefile')
-rw-r--r--sys/modules/opensolaris/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/opensolaris/Makefile b/sys/modules/opensolaris/Makefile
index a0f08fb..eef8ffd 100644
--- a/sys/modules/opensolaris/Makefile
+++ b/sys/modules/opensolaris/Makefile
@@ -8,7 +8,7 @@ SRCS= opensolaris.c \
opensolaris_kmem.c \
opensolaris_misc.c
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "powerpc64"
.PATH: ${.CURDIR}/../../cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
SRCS+= opensolaris_atomic.S
.else
OpenPOWER on IntegriCloud