atomic.S has been renamed opensolaris_atomic.S to avoid collisions

This commit is contained in:
Kip Macy 2009-05-09 05:39:35 +00:00
parent 5f17ebf94d
commit 3f9fc7fea0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191933

View File

@ -13,7 +13,7 @@
# ATOMIC_SRCS
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
ATOMIC_SRCS= atomic.S
ATOMIC_SRCS= opensolaris_atomic.S
.else
.PATH: ${.CURDIR}/../../../sys/cddl/compat/opensolaris/kern
ATOMIC_SRCS= opensolaris_atomic.c