arch/arm/mach-dove/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-dove/Makefile
Extension
[no extension]
Size
221 bytes
Lines
8
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
ccflags-y := -I$(srctree)/arch/arm/plat-orion/include

obj-y				+= common.o
obj-$(CONFIG_DOVE_LEGACY)	+= irq.o mpp.o
obj-$(CONFIG_PCI)		+= pcie.o
obj-$(CONFIG_MACH_CM_A510)	+= cm-a510.o

Annotation

Implementation Notes