xref: /openbmc/linux/arch/csky/abiv2/Makefile (revision ec8f24b7)
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
5c32e64e8SGuo Renobj-y				+= memcpy.o
6c32e64e8SGuo Renobj-y				+= memmove.o
7c32e64e8SGuo Renobj-y				+= memset.o
8c32e64e8SGuo Renobj-y				+= strcmp.o
9c32e64e8SGuo Renobj-y				+= strcpy.o
10c32e64e8SGuo Renobj-y				+= strlen.o
11c32e64e8SGuo Renobj-y				+= strksyms.o
12230c77a5SGuo Renobj-$(CONFIG_FUNCTION_TRACER)	+= mcount.o
13