arch/alpha/include/asm/Kbuild

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

File Facts

System
Linux kernel
Corpus path
arch/alpha/include/asm/Kbuild
Extension
[no extension]
Size
221 bytes
Lines
10
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

generated-y += syscall_table.h
generic-y += agp.h
generic-y += asm-offsets.h
generic-y += kvm_para.h
generic-y += mcs_spinlock.h
generic-y += ring_buffer.h
generic-y += text-patching.h

Annotation

Implementation Notes