1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-y += cacheflush.o 3 obj-$(CONFIG_CPU_HAS_FPU) += fpu.o 4 obj-y += memcmp.o 5 ifeq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS), y) 6 obj-y += memcpy.o 7 obj-y += memmove.o 8 obj-y += memset.o 9 endif 10 obj-y += strcmp.o 11 obj-y += strcpy.o 12 obj-y += strlen.o 13 obj-y += strksyms.o 14 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.