arch/nios2/boot/dts/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/nios2/boot/dts/Makefile
Extension
[no extension]
Size
178 bytes
Lines
6
Domain
Architecture Layer
Bucket
arch/nios2
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-y := $(addsuffix .dtb, $(CONFIG_BUILTIN_DTB_NAME))

dtb-$(CONFIG_OF_ALL_DTBS) += $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))

Annotation

Implementation Notes