arch/powerpc/platforms/pasemi/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/pasemi/Makefile
Extension
[no extension]
Size
191 bytes
Lines
5
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-only
obj-y	+= setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o
obj-$(CONFIG_PPC_PASEMI_MDIO)	+= gpio_mdio.o
obj-$(CONFIG_PCI_MSI)		+= msi.o

Annotation

Implementation Notes