]> Git Repo - linux.git/blob - arch/csky/abiv2/Makefile
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.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
This page took 0.031238 seconds and 4 git commands to generate.