xref: /linux/arch/csky/abiv2/Makefile (revision 44f57d78)
1# SPDX-License-Identifier: GPL-2.0-only
2obj-y				+= cacheflush.o
3obj-$(CONFIG_CPU_HAS_FPU)	+= fpu.o
4obj-y				+= memcmp.o
5obj-y				+= memcpy.o
6obj-y				+= memmove.o
7obj-y				+= memset.o
8obj-y				+= strcmp.o
9obj-y				+= strcpy.o
10obj-y				+= strlen.o
11obj-y				+= strksyms.o
12obj-$(CONFIG_FUNCTION_TRACER)	+= mcount.o
13