arch/sh/Kbuild

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

File Facts

System
Linux kernel
Corpus path
arch/sh/Kbuild
Extension
[no extension]
Size
191 bytes
Lines
9
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-only
obj-y				+= kernel/ mm/ boards/
obj-$(CONFIG_SH_FPU_EMU)	+= math-emu/

obj-$(CONFIG_HD6446X_SERIES)	+= cchips/hd6446x/

# for cleaning
subdir- += boot

Annotation

Implementation Notes