Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[sfrench/cifs-2.6.git] / arch / csky / abiv2 / Makefile
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