arch/loongarch/power/Makefile

Source file repositories/reference/linux-study-clean/arch/loongarch/power/Makefile

File Facts

System
Linux kernel
Corpus path
arch/loongarch/power/Makefile
Extension
[no extension]
Size
128 bytes
Lines
5
Domain
Architecture Layer
Bucket
arch/loongarch
Inferred role
Architecture Layer: build/configuration rule
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	+= platform.o

obj-$(CONFIG_SUSPEND)		+= suspend.o suspend_asm.o
obj-$(CONFIG_HIBERNATION)	+= hibernate.o hibernate_asm.o

Annotation

Implementation Notes