summaryrefslogtreecommitdiff
path: root/lib/libc/string/Kbuild
blob: 6fec9c43755cb35f6324545fb27cd887a05c5f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
obj-y += memccpy.o
obj-y += memchr.o
obj-y += memcmp.o
obj-y += memcpy.o
obj-y += memmem.o
obj-y += memmove.o
obj-y += memset.o
obj-y += stpcpy.o
obj-y += stpncpy.o
obj-y += strcat.o
obj-y += strchr.o
obj-y += strcmp.o
obj-y += strcoll.o
obj-y += strcpy.o
obj-y += strcspn.o
obj-y += strdup.o
obj-y += strerror.o
obj-y += strlcat.o
obj-y += strlcpy.o
obj-y += strlen.o
obj-y += strncat.o
obj-y += strncmp.o
obj-y += strncpy.o
obj-y += strndup.o
obj-y += strnlen.o
obj-y += strpbrk.o
obj-y += strrchr.o
obj-y += strspn.o
obj-y += strstr.o
obj-y += strtok_r.o
obj-y += strtok.o
obj-y += strxfrm.o