arch/mips/boot/dts/ingenic/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/ingenic/Makefile
Extension
[no extension]
Size
291 bytes
Lines
8
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_JZ4740_QI_LB60)	+= qi_lb60.dtb
dtb-$(CONFIG_JZ4740_RS90)	+= rs90.dtb
dtb-$(CONFIG_JZ4770_GCW0)	+= gcw0.dtb
dtb-$(CONFIG_JZ4780_CI20)	+= ci20.dtb
dtb-$(CONFIG_X1000_CU1000_NEO)	+= cu1000-neo.dtb
dtb-$(CONFIG_X1830_CU1830_NEO)	+= cu1830-neo.dtb

Annotation

Implementation Notes