arch/csky/lib/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/csky/lib/Makefile
Extension
[no extension]
Size
208 bytes
Lines
7
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
lib-y  := usercopy.o delay.o
obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
ifneq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS), y)
lib-y  += string.o
endif

Annotation

Implementation Notes