arch/powerpc/tools/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/tools/Makefile
Extension
[no extension]
Size
359 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/powerpc
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-or-later

quiet_cmd_gen_ftrace_ool_stubs = GEN     $@
	cmd_gen_ftrace_ool_stubs = $< "$(CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE)" "$(CONFIG_64BIT)" \
				   "$(OBJDUMP)" vmlinux.o $@

$(obj)/vmlinux.arch.S: $(src)/ftrace-gen-ool-stubs.sh vmlinux.o FORCE
	$(call if_changed,gen_ftrace_ool_stubs)

targets += vmlinux.arch.S

Annotation

Implementation Notes