1# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4SRCS+= _ctx_start.S _setjmp.S _set_tp.c alloca.S fabs.c \ 5 getcontextx.c infinity.c ldexp.c makecontext.c \ 6 __aeabi_read_tp.S setjmp.S signalcontext.c sigsetjmp.S flt_rounds.c \ 7 arm_initfini.c 8 9.if ${MK_ARM_EABI} == "no" 10SRCS+= divsi3.S 11.endif 12 13.if ${MACHINE_ARCH} == "armv6hf" 14SRCS+= fpgetmask_vfp.c fpgetround_vfp.c fpgetsticky_vfp.c fpsetmask_vfp.c \ 15 fpsetround_vfp.c fpsetsticky_vfp.c 16.endif 17