arch/arm64/boot/dts/intel/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/intel/Makefile
Extension
[no extension]
Size
489 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/arm64
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-only
dtb-$(CONFIG_ARCH_INTEL_SOCFPGA) += socfpga_agilex_n6000.dtb \
				socfpga_agilex_socdk.dtb \
				socfpga_agilex_socdk_emmc.dtb \
				socfpga_agilex_socdk_nand.dtb \
				socfpga_agilex3_socdk.dtb \
				socfpga_agilex5_socdk.dtb \
				socfpga_agilex5_socdk_013b.dtb \
				socfpga_agilex5_socdk_modular.dtb \
				socfpga_agilex5_socdk_nand.dtb \
				socfpga_agilex7m_socdk.dtb \
				socfpga_n5x_socdk.dtb
dtb-$(CONFIG_ARCH_KEEMBAY) += keembay-evm.dtb

Annotation

Implementation Notes