arch/sh/include/asm/Kbuild

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

File Facts

System
Linux kernel
Corpus path
arch/sh/include/asm/Kbuild
Extension
[no extension]
Size
197 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: arch/sh
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 += kvm_para.h
generic-y += mcs_spinlock.h
generic-y += parport.h
generic-y += ring_buffer.h
generic-y += text-patching.h

Annotation

Implementation Notes