arch/powerpc/sysdev/xics/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/sysdev/xics/Makefile
Extension
[no extension]
Size
281 bytes
Lines
9
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

obj-y				+= xics-common.o
obj-$(CONFIG_PPC_ICP_NATIVE)	+= icp-native.o
obj-$(CONFIG_PPC_ICP_HV)	+= icp-hv.o
obj-$(CONFIG_PPC_ICS_RTAS)	+= ics-rtas.o
obj-$(CONFIG_PPC_ICS_NATIVE)	+= ics-native.o
obj-$(CONFIG_PPC_POWERNV)	+= ics-opal.o icp-opal.o

Annotation

Implementation Notes