arch/mips/boot/tools/Makefile

Source file repositories/reference/linux-study-clean/arch/mips/boot/tools/Makefile

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/tools/Makefile
Extension
[no extension]
Size
181 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/mips
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

# SPDX-License-Identifier: GPL-2.0

hostprogs	+= relocs
relocs-objs	+= relocs_32.o
relocs-objs	+= relocs_64.o
relocs-objs	+= relocs_main.o
PHONY += relocs
relocs: $(obj)/relocs
	@:

Annotation

Implementation Notes