aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/zfs/Makefile
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2009-05-09 01:45:55 +0000
committerKip Macy <kmacy@FreeBSD.org>2009-05-09 01:45:55 +0000
commit8569258bf82637b8e913b6c8d59a25d639faa98b (patch)
tree4c2c17426f2c2fad1e87ca530e8a7847c65bf152 /sys/modules/zfs/Makefile
parent7374caaaed222af059fc66cb7fade7074ab391f4 (diff)
Notes
Diffstat (limited to 'sys/modules/zfs/Makefile')
-rw-r--r--sys/modules/zfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile
index 7ac0237d59ee..4f399a8f3b32 100644
--- a/sys/modules/zfs/Makefile
+++ b/sys/modules/zfs/Makefile
@@ -28,7 +28,7 @@ SRCS+= opensolaris_zone.c
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
.PATH: ${SUNW}/common/atomic/${MACHINE_ARCH}
-SRCS+= atomic.S
+SRCS+= opensolaris_atomic.S
.else
.PATH: ${.CURDIR}/../../cddl/compat/opensolaris/kern
SRCS+= opensolaris_atomic.c
@@ -51,7 +51,7 @@ SRCS+= xdr_mem.c
.PATH: ${SUNW}/uts/common/zmod
SRCS+= adler32.c
-SRCS+= crc32.c
+SRCS+= opensolaris_crc32.c
SRCS+= deflate.c
SRCS+= inffast.c
SRCS+= inflate.c