]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/aarch64/string/Makefile.inc
Integrate capsicum-test into the FreeBSD test suite
[FreeBSD/FreeBSD.git] / lib / libc / aarch64 / string / Makefile.inc
1 # $FreeBSD$
2 #
3 # String handling from the Cortex Strings library
4 # https://git.linaro.org/toolchain/cortex-strings.git
5 #
6
7 .PATH: ${SRCTOP}/contrib/cortex-strings/src/aarch64
8
9 MDSRCS+= \
10         memchr.S \
11         memcmp.S \
12         memcpy.S \
13         memmove.S \
14         memset.S \
15         strchr.S \
16         strcmp.S \
17         strcpy.S \
18         strlen.S \
19         strncmp.S \
20         strnlen.S