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
9MDSRCS+= \
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
21