arch/arc/Kbuild

Source file repositories/reference/linux-study-clean/arch/arc/Kbuild

File Facts

System
Linux kernel
Corpus path
arch/arc/Kbuild
Extension
[no extension]
Size
111 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/arc
Inferred role
Architecture Layer: arch/arc
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
obj-y += kernel/
obj-y += mm/
obj-y += net/

# for cleaning
subdir- += boot

Annotation

Implementation Notes