1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# $Version$ # # ARM-optimised string functions. # .PATH: ${.CURDIR}/arm/string MDSRCS += \ bcopy.s \ bzero.s \ ffs.s \ memcmp.s \ memset_pattern.s \ strcmp.s \ strlen.s SUPPRESSSRCS += bcmp.c memcpy.c memmove.c memset.c strlen.c