arch/powerpc/mm/kasan/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/mm/kasan/Makefile
Extension
[no extension]
Size
283 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

KASAN_SANITIZE := n
KCOV_INSTRUMENT := n

obj-$(CONFIG_PPC32)		+= init_32.o
obj-$(CONFIG_PPC_8xx)		+= 8xx.o
obj-$(CONFIG_PPC_BOOK3S_32)	+= book3s_32.o
obj-$(CONFIG_PPC_BOOK3S_64)	+= init_book3s_64.o
obj-$(CONFIG_PPC_BOOK3E_64)	+= init_book3e_64.o

Annotation

Implementation Notes