xref: /freebsd/lib/libc/arm/gen/Makefile.inc (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
16325d2dfSIan LeporeSRCS+=	\
26325d2dfSIan Lepore	__aeabi_read_tp.S \
36325d2dfSIan Lepore	_ctx_start.S \
46325d2dfSIan Lepore	_setjmp.S \
56325d2dfSIan Lepore	alloca.S \
64b12fb61SEd Maste	arm_initfini.c \
7805eb13aSIan Lepore	arm_drain_writebuf.c \
8805eb13aSIan Lepore	arm_sync_icache.c \
96325d2dfSIan Lepore	fabs.c \
106325d2dfSIan Lepore	flt_rounds.c \
116325d2dfSIan Lepore	getcontextx.c \
126325d2dfSIan Lepore	infinity.c \
136325d2dfSIan Lepore	ldexp.c \
146325d2dfSIan Lepore	makecontext.c \
156325d2dfSIan Lepore	setjmp.S \
166325d2dfSIan Lepore	signalcontext.c \
176325d2dfSIan Lepore	sigsetjmp.S \
18bb41cbb2SAndrew Turner
19805eb13aSIan LeporeMAN+=	\
20805eb13aSIan Lepore	arm_drain_writebuf.2 \
21805eb13aSIan Lepore	arm_sync_icache.2 \
22805eb13aSIan Lepore
23*ae902a5bSWarner Losh.if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
246325d2dfSIan Lepore
256325d2dfSIan LeporeSRCS+=	\
266325d2dfSIan Lepore	fpgetmask_vfp.c \
276325d2dfSIan Lepore	fpgetround_vfp.c \
286325d2dfSIan Lepore	fpgetsticky_vfp.c \
296325d2dfSIan Lepore	fpsetmask_vfp.c \
306325d2dfSIan Lepore	fpsetround_vfp.c \
316325d2dfSIan Lepore	fpsetsticky_vfp.c \
326325d2dfSIan Lepore
338772ff83SAndrew Turner.endif
34