aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/gen/Makefile.inc
blob: 77c995f70cbc444a3cae4cccb2ba3fe82151b224 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#	@(#)Makefile.inc	8.1 (Berkeley) 6/4/93
# $FreeBSD$

SRCS+=	\
	__aeabi_read_tp.S \
	_ctx_start.S \
	_setjmp.S \
	alloca.S \
	arm_initfini.c \
	arm_drain_writebuf.c \
	arm_sync_icache.c \
	fabs.c \
	flt_rounds.c \
	getcontextx.c \
	infinity.c \
	ldexp.c \
	makecontext.c \
	setjmp.S \
	signalcontext.c \
	sigsetjmp.S \

MAN+=	\
	arm_drain_writebuf.2 \
	arm_sync_icache.2 \

.if ${MACHINE_ARCH:Marmv[67]*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")

SRCS+=	\
	fpgetmask_vfp.c \
	fpgetround_vfp.c \
	fpgetsticky_vfp.c \
	fpsetmask_vfp.c \
	fpsetround_vfp.c \
	fpsetsticky_vfp.c \

.endif