arch/arm/boot/dts/ti/keystone/Makefile

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/ti/keystone/Makefile

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/ti/keystone/Makefile
Extension
[no extension]
Size
187 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
dtb-$(CONFIG_ARCH_KEYSTONE) += \
	keystone-k2hk-evm.dtb \
	keystone-k2l-evm.dtb \
	keystone-k2e-evm.dtb \
	keystone-k2g-evm.dtb \
	keystone-k2g-ice.dtb

Annotation

Implementation Notes