libc: Add include path for aarch64 memchr.S

Reported by:	bapt
Sponsored by:	The FreeBSD Foundation
Fixes: d355c28a09 ("depend-cleanup: bea89d038a also moved memchr")
This commit is contained in:
Ed Maste 2025-01-17 11:22:39 -05:00
parent b8cdbe1852
commit 72f092ee01

View file

@ -54,3 +54,7 @@ CLEANFILES+= ${FUNC}.S
MDSRCS+= ${FUNC}.S
CFLAGS.${FUNC}.S+=-I${SRCTOP}/contrib/arm-optimized-routines/string
.endfor
# memchr.S is a wrapper in the src tree for the implementation from
# arm-optimized-routines
CFLAGS.memchr.S+=-I${SRCTOP}/contrib/arm-optimized-routines/string