Makefile.inc revision 1.1.2.2
1#	$NetBSD: Makefile.inc,v 1.1.2.2 2007/04/26 04:04:39 thorpej Exp $
2
3.if defined(LIB) && (${LIB} == "kern")
4
5SRCS+=	atomic_add.S
6
7SRCS+=	atomic_and.S
8
9SRCS+=	atomic_cas.S
10
11SRCS+=	atomic_dec.S
12
13SRCS+=	atomic_inc.S
14
15SRCS+=	atomic_or.S
16
17SRCS+=	atomic_swap.S
18
19SRCS+=	membar_ops.S
20
21.endif
22