arch/powerpc/platforms/82xx/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/82xx/Makefile
Extension
[no extension]
Size
181 bytes
Lines
8
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 82xx linux kernel.
#
obj-$(CONFIG_CPM2) += pq2.o
obj-$(CONFIG_EP8248E) += ep8248e.o
obj-$(CONFIG_MGCOGE) += km82xx.o

Annotation

Implementation Notes