1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2c32e64e8SGuo Renobj-y += cacheflush.o 3c32e64e8SGuo Renobj-$(CONFIG_CPU_HAS_FPU) += fpu.o 4c32e64e8SGuo Renobj-y += memcmp.o 5*e4df2d5eSMatteo Croceifeq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS), y) 6c32e64e8SGuo Renobj-y += memcpy.o 7c32e64e8SGuo Renobj-y += memmove.o 8c32e64e8SGuo Renobj-y += memset.o 9*e4df2d5eSMatteo Croceendif 10c32e64e8SGuo Renobj-y += strcmp.o 11c32e64e8SGuo Renobj-y += strcpy.o 12c32e64e8SGuo Renobj-y += strlen.o 13c32e64e8SGuo Renobj-y += strksyms.o 14230c77a5SGuo Renobj-$(CONFIG_FUNCTION_TRACER) += mcount.o 15