]> git.saurik.com Git - apple/libc.git/blob - arm/string/Makefile.inc
Libc-498.1.5.tar.gz
[apple/libc.git] / arm / string / Makefile.inc
1 # $Version$
2 #
3 # ARM-optimised string functions.
4 #
5 .PATH: ${.CURDIR}/arm/string
6
7 MDSRCS += \
8 bcopy.s \
9 bzero.s \
10 ffs.s \
11 strcmp.s \
12 strlen.s
13
14 SUPPRESSSRCS += memcpy.c memmove.c memset.c strlen.c