arch/mips/boot/dts/ralink/Makefile

Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/ralink/Makefile

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/ralink/Makefile
Extension
[no extension]
Size
433 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/mips
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_DTB_RT2880_EVAL)	+= rt2880_eval.dtb
dtb-$(CONFIG_DTB_RT305X_EVAL)	+= rt3052_eval.dtb
dtb-$(CONFIG_DTB_RT3883_EVAL)	+= rt3883_eval.dtb
dtb-$(CONFIG_DTB_MT7620A_EVAL)	+= mt7620a_eval.dtb
dtb-$(CONFIG_DTB_OMEGA2P)	+= omega2p.dtb
dtb-$(CONFIG_DTB_VOCORE2)	+= vocore2.dtb

dtb-$(CONFIG_SOC_MT7621) += \
	mt7621-gnubee-gb-pc1.dtb \
	mt7621-gnubee-gb-pc2.dtb \
	mt7621-tplink-hc220-g5-v1.dtb

Annotation

Implementation Notes