]> git.saurik.com Git - apple/libc.git/blob - arm/sys/Makefile.inc
Libc-594.1.4.tar.gz
[apple/libc.git] / arm / sys / Makefile.inc
1 .PATH: ${.CURDIR}/arm/sys
2
3 MDSRCS+= \
4 OSAtomic.s \
5 gcc_atomic.c \
6 _longjmp.s \
7 _setjmp.s \
8 arm_commpage_gettimeofday.c \
9 longjmp.s \
10 setjmp.s
11
12 .if !defined(FEATURE_ARM_ARCH_6)
13 MDSRCS+= OSAtomic-v4.c
14 .endif
15
16 MDCOPYFILES+= ${.CURDIR}/Platforms/${RC_TARGET_CONFIG}/arm/libc.syscall.arm