Atomic ops for arm.

This commit is contained in:
ad 2007-11-29 15:19:54 +00:00
parent afb9be47ba
commit 11f83d35dd

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile.inc,v 1.2 2007/11/29 15:19:54 ad Exp $
.if defined(LIB) && (${LIB} == "kern")
SRCS+= atomic_add_32_cas.c atomic_add_32_nv_cas.c atomic_and_32_cas.c \
atomic_and_32_nv_cas.c atomic_dec_32_add.c atomic_dec_32_nv_add.c \
atomic_inc_32_add.c atomic_inc_32_nv_add.c atomic_or_32_cas.c \
atomic_or_32_nv_cas.c atomic_swap_32_cas.c membar_ops_nop.c
.endif