arch/arm/mach-sunxi/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-sunxi/Makefile
Extension
[no extension]
Size
196 bytes
Lines
7
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
CFLAGS_mc_smp.o	+= -march=armv7-a

obj-$(CONFIG_ARCH_SUNXI) += sunxi.o
obj-$(CONFIG_ARCH_SUNXI_MC_SMP) += mc_smp.o headsmp.o
obj-$(CONFIG_SMP) += platsmp.o

Annotation

Implementation Notes