![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0-only 0002 obj-y += cacheflush.o 0003 obj-$(CONFIG_CPU_HAS_FPU) += fpu.o 0004 obj-y += memcmp.o 0005 ifeq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS), y) 0006 obj-y += memcpy.o 0007 obj-y += memmove.o 0008 obj-y += memset.o 0009 endif 0010 obj-y += strcmp.o 0011 obj-y += strcpy.o 0012 obj-y += strlen.o 0013 obj-y += strksyms.o 0014 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |