minix/common/lib/libc/arch/x86_64/atomic/Makefile.inc

15 lines
284 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.6 2009/01/04 17:54:29 pooka Exp $
.if defined(LIB) && (${LIB} == "kern" || ${LIB} == "c" || ${LIB} == "pthread" \
|| ${LIB} == "rump")
SRCS+= atomic.S
.endif
.if defined(LIB) && (${LIB} == "c" || ${LIB} == "pthread")
SRCS+= atomic_init_cas.c
.endif