atomic.S has been renamed opensolaris_atomic.S to avoid collisions
This commit is contained in:
parent
5f17ebf94d
commit
3f9fc7fea0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user