arch/microblaze/Kbuild

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

File Facts

System
Linux kernel
Corpus path
arch/microblaze/Kbuild
Extension
[no extension]
Size
153 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/microblaze
Inferred role
Architecture Layer: arch/microblaze
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/
obj-y			+= mm/
obj-$(CONFIG_PCI)	+= pci/
obj-y			+= boot/dts/

# for cleaning
subdir- += boot

Annotation

Implementation Notes