arch/powerpc/platforms/86xx/Makefile

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/86xx/Makefile

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/86xx/Makefile
Extension
[no extension]
Size
317 bytes
Lines
12
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
#
# Makefile for the PowerPC 86xx linux kernel.
#

obj-y				:= pic.o common.o
obj-$(CONFIG_SMP)		+= mpc86xx_smp.o
obj-$(CONFIG_GEF_SBC610)	+= gef_sbc610.o
obj-$(CONFIG_GEF_SBC310)	+= gef_sbc310.o
obj-$(CONFIG_GEF_PPC9A)		+= gef_ppc9a.o
obj-$(CONFIG_MVME7100)          += mvme7100.o

Annotation

Implementation Notes