arch/loongarch/Kbuild

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/Kbuild
Extension
[no extension]
Size
131 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/loongarch
Inferred role
Architecture Layer: arch/loongarch
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

obj-y += kernel/
obj-y += mm/
obj-y += net/
obj-y += vdso/

obj-$(subst m,y,$(CONFIG_KVM)) += kvm/

# for cleaning
subdir- += boot

Annotation

Implementation Notes