opnsense-src/lib/libc/arm/gen/Makefile.inc
Konstantin Belousov 06d8a116bd libc: add _get_tp() private function
which returns pointer to tcb

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D29623
2021-04-09 23:46:24 +03:00

38 lines
620 B
Makefile

# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
SRCS+= \
__aeabi_read_tp.S \
_ctx_start.S \
_get_tp.c \
_set_tp.c \
_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