arch/csky/abiv2/Makefile

Source file repositories/reference/linux-study-clean/arch/csky/abiv2/Makefile

File Facts

System
Linux kernel
Corpus path
arch/csky/abiv2/Makefile
Extension
[no extension]
Size
375 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/csky
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
obj-y				+= cacheflush.o
obj-$(CONFIG_CPU_HAS_FPU)	+= fpu.o
obj-y				+= memcmp.o
ifeq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS), y)
obj-y				+= memcpy.o
obj-y				+= memmove.o
obj-y				+= memset.o
endif
obj-y				+= strcmp.o
obj-y				+= strcpy.o
obj-y				+= strlen.o
obj-y				+= strksyms.o
obj-$(CONFIG_FUNCTION_TRACER)	+= mcount.o

Annotation

Implementation Notes