arch/powerpc/platforms/embedded6xx/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/embedded6xx/Makefile
Extension
[no extension]
Size
425 bytes
Lines
13
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 6xx/7xx/7xxxx linux kernel.
#
obj-$(CONFIG_LINKSTATION)	+= linkstation.o ls_uart.o
obj-$(CONFIG_STORCENTER)	+= storcenter.o
obj-$(CONFIG_PPC_HOLLY)		+= holly.o
obj-$(CONFIG_USBGECKO_UDBG)	+= usbgecko_udbg.o
obj-$(CONFIG_GAMECUBE_COMMON)	+= flipper-pic.o
obj-$(CONFIG_GAMECUBE)		+= gamecube.o
obj-$(CONFIG_WII)		+= wii.o hlwd-pic.o
obj-$(CONFIG_MVME5100)		+= mvme5100.o

Annotation

Implementation Notes