Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.14 14 lines 375 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2obj-y += cacheflush.o 3obj-$(CONFIG_CPU_HAS_FPU) += fpu.o 4obj-y += memcmp.o 5ifeq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS), y) 6obj-y += memcpy.o 7obj-y += memmove.o 8obj-y += memset.o 9endif 10obj-y += strcmp.o 11obj-y += strcpy.o 12obj-y += strlen.o 13obj-y += strksyms.o 14obj-$(CONFIG_FUNCTION_TRACER) += mcount.o