arch/arm/mach-npcm/Makefile

Source file repositories/reference/linux-study-clean/arch/arm/mach-npcm/Makefile

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-npcm/Makefile
Extension
[no extension]
Size
162 bytes
Lines
5
Domain
Architecture Layer
Bucket
arch/arm
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-$(CONFIG_ARCH_WPCM450)	+= wpcm450.o
obj-$(CONFIG_ARCH_NPCM7XX)	+= npcm7xx.o
obj-$(CONFIG_SMP)		+= platsmp.o headsmp.o

Annotation

Implementation Notes