arch/arm/boot/dts/intel/pxa/Makefile

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/intel/pxa/Makefile

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/intel/pxa/Makefile
Extension
[no extension]
Size
262 bytes
Lines
9
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
dtb-$(CONFIG_ARCH_PXA) += \
	pxa300-raumfeld-connector.dtb \
	pxa300-raumfeld-controller.dtb \
	pxa300-raumfeld-speaker-l.dtb \
	pxa300-raumfeld-speaker-m.dtb \
	pxa300-raumfeld-speaker-one.dtb \
	pxa300-raumfeld-speaker-s.dtb

Annotation

Implementation Notes