arch/alpha/Kbuild

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

File Facts

System
Linux kernel
Corpus path
arch/alpha/Kbuild
Extension
[no extension]
Size
130 bytes
Lines
7
Domain
Architecture Layer
Bucket
arch/alpha
Inferred role
Architecture Layer: arch/alpha
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			+= kernel/ mm/
obj-$(CONFIG_MATHEMU)	+= math-emu/

# for cleaning
subdir- += boot

Annotation

Implementation Notes